⚡ Free install

Install ISP Boost

One command on any fresh Ubuntu server — on-prem or any cloud VPS, anywhere in the world — sets up the full panel, FreeRADIUS, queue and scheduler, with a free 3-month plan for 50 users. No card required.

root@your-server
URL=https://get.ispboost.com/install.sh && if [ -f /usr/bin/curl ];then curl -ksSO $URL ;else wget --no-check-certificate -O install.sh $URL;fi; bash install.sh

Before you start — server requirements

  • Ubuntu 22.04 / 24.04 — fresh install
  • 4 CPU cores or more
  • 8 GB RAM (16 GB for large networks)
  • 120 GB+ SSD disk
  • Root / sudo access
  • Internet access (for activation & updates)
💡 Runs anywhere — a physical server, a VM (Proxmox, VMware, Hyper-V) or any cloud VPS (DigitalOcean, Linode, AWS, Vultr, Contabo, Hetzner…). No on-prem hardware required; host it anywhere in the world.

Step by step

1

Copy the install command

SSH into your server and run this one command:

URL=https://get.ispboost.com/install.sh && if [ -f /usr/bin/curl ];then curl -ksSO $URL ;else wget --no-check-certificate -O install.sh $URL;fi; bash install.sh
2

Run it on your server

SSH into your server as root (or use sudo -i), paste the command, and press Enter. The installer sets up PHP, MySQL, Redis, Nginx and FreeRADIUS, and starts the queue & scheduler — about 10–15 minutes.

3

Open the panel & run the setup wizard

When it finishes, the installer prints your panel URL and admin credentials (also saved to /root/h3radius-credentials.txt). Browse to http://<your-server-ip> and the one-time Setup Wizard walks you through company details, your admin account, and activation.

4

Start your free plan or activate

Choose Start the free plan (50 users for 3 months, all features) or paste a license key. Upgrade anytime under License → Change / upgrade key — it takes effect immediately.

5

Add your NAS and go live

Create a package, add your router under NAS → New with a shared secret, then activate a user. On a MikroTik:

/radius add service=ppp,hotspot address=<ISP-BOOST-IP> secret=<your-shared-secret>
/ppp aaa set use-radius=yes
/ip hotspot profile set [find] use-radius=yes
/radius incoming set accept=yes port=3799   # live disconnect (CoA)
💡 The installer runs on your existing Ubuntu server and installs alongside the OS — it does not wipe your disk. For best performance, dedicate the server (or cloud VPS) to ISP Boost.

Need a hand? Email support@ispboost.com