Documentation

Everything you need to know about installing and managing WisPanel on your servers.

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

  1. Checks system compatibility
  2. Installs required dependencies
  3. Configures Nginx, PHP, MySQL
  4. Sets up WisPanel
  5. Generates access credentials

Installation Time

  • Typical: 5-10 minutes
  • Depends on server specs and network

Post-Installation

After installation completes:

  1. Note the admin credentials displayed
  2. Access panel at https://YOUR_IP:3082
  3. Change default password
  4. 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