Common Issues
Common Issues
Installation Fails
Permission Error
# Ensure you're root
sudo su
curl -sSL https://wispanel.com/install.sh | bash
Network Issues
# Check DNS
ping -c 3 wispanel.com
# Check firewall
ufw status
Cannot Access Panel
Check Service
wispanel status
wispanel restart
Check Port
netstat -tlnp | grep 2083
ufw allow 2083
SSL Not Working
- Verify DNS is pointing to server
- Check ports 80/443 are open
- Wait for DNS propagation
dig +short yourdomain.com
Database Connection Failed
# Check MySQL status
systemctl status mysql
# Check credentials
mysql -u root -p
Getting Help
Contact support: [email protected]