If the ISPmanager panel doesn't open at https://IP:1500: check the service, port, license, and available memory.
Applies to:
✔ VPS
✔ Dedicated servers
✔ ISPmanager 5/6
systemctl status ispmgr
If not running:
systemctl start ispmgr
tail -50 /usr/local/mgr5/var/ispmgr.log
ss -tlnp | grep 1500
iptables -L -n | grep 1500
If blocked:
iptables -A INPUT -p tcp --dport 1500 -j ACCEPT
/usr/local/mgr5/sbin/licctl info ispmgr
free -m
ps aux --sort=-%mem | head -10
df -h
systemctl restart ispmgr
Open in browser:
https://SERVER_IP:1500
If the panel won't start after all checks, open a support ticket. Include:
- output of systemctl status ispmgr
- last 50 lines of /usr/local/mgr5/var/ispmgr.log
- output of licctl info ispmgr