Can’t SSH into the VPS
- Confirm the VPS is running in the control panel.
- Ping the IP:
ping YOUR_IP. If it fails, use the VNC console. - Try telnet on port 22:
telnet YOUR_IP 22. - Check the firewall: did you allow port 22?
- Use the VNC console to inspect
/var/log/auth.logandsystemctl status sshd.
Server is out of disk space
/var/log/*— rotate or clear old logs/var/cache/apt— runapt clean- Docker images/volumes — run
docker system prune -a
