Installation Guide
Installation Guide
One-Line Installation
Run this command as root:
curl -sSL https://wispanel.com/install.sh | bash
Install with a license key
To activate a paid license during installation, pass WISPANEL_LICENSE_KEY:
WISPANEL_LICENSE_KEY=YOUR_LICENSE_KEY curl -sSL https://wispanel.com/install.sh | bash
Without a key the panel installs on the free tier — you can add a license later (see License below).
What the Installer Does
- Checks system compatibility
- Installs required dependencies
- Configures Nginx, PHP, MySQL
- Sets up WisPanel
- Generates access credentials
Installation Time
- Typical: 5-10 minutes
- Depends on server specs and network
Post-Installation
After installation completes:
- Note the admin credentials displayed
- Access panel at
https://YOUR_IP:3082 - Change default password
- Activate your license (setup wizard, or
wispanel license-set <key>)
License
Activate or replace a license from the command line at any time (applied live, no restart):
wispanel license-set <license-key>
Check the current license status:
wispanel license
A paid key can also be entered from the setup wizard after first login. When no key is set, the free tier is applied automatically.
Verify Installation
wispanel status
Logs
Installation logs are saved at:
/var/log/wispanel/install.log