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.
SSH into your server and run this one command:
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.
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.
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.
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)
Need a hand? Email support@ispboost.com