CyberPanel

A lightweight control panel for streamlined hosting management powered by OpenLiteSpeed.

Installation of CyberPanel takes quite a while.

Access CyberPanel

Open your browser: https://<SERVER_IP>:8090

Accept the SSL warning (self-signed certificate).

Login with:

  • Username: admin
  • Password: 1234567 (change after first login)

Credentials & Important Files

  • MySQL root password: /etc/cyberpanel/mysqlPassword
  • Server IP: /etc/cyberpanel/machineIP

Common Directories

  • CyberPanel application files: /home/cyberpanel/
  • Docker data (if used with CyberPanel add-ons): /home/docker/
  • Virtual mailboxes for mail users: /home/vmail/
  • Credentials and configuration helpers: /etc/cyberpanel/
  • OpenLiteSpeed installation & logs: /usr/local/lsws/
  • CyberPanel logs: /var/log/cyberpanel/
  • CyberPanel configs: /usr/local/CyberCP
  • Websites: /home/<domain>/
  • Mail configs: /etc/postfix/
  • DNS configs: /etc/powerdns/

Installed Services

  • Web Server (openlitespeed.service): OpenLiteSpeed (HTTPS, HTTP/2, QUIC)
  • DNS Server (pdns.service): PowerDNS
  • Mail Server (postfix.service & dovcot.service): Postfix (MTA), Dovecot (IMAP/POP3), vmail storage under /home/vmail/
  • FTP Server (pure-ftpd-mysql.service): Pure-FTPd
  • Database (mysql.service): MySQL (local root password in /etc/cyberpanel/mysqlPassword)
  • Caching(redis.service & memcached.service): Redis + Memcached

Firewall Rules

Make sure the following ports are open for both inbound and outbound traffic:

  • TCP: 8090 for CyberPanel
  • TCP: 80, TCP: 443 and UDP: 443 for webserver
  • TCP: 21 and TCP: 40110-40210 for FTP
  • TCP: 25, TCP: 587, TCP: 465, TCP: 110, TCP: 143 and TCP: 993 for mail service
  • TCP: 53 and UDP: 53 for DNS service

Ensure SMTP connections are allowed for this server.

Ask for enabling SMTP access.

Application Details