You can access your VPS via VNC in emergency situations such as when your IP is blocked by a firewall, the Internet connection is not working, or you're unable to access your VPS via SSH.
SSH access blocked but need to fix firewall rules
Network settings preventing remote access
VPS won't boot properly and need to troubleshoot
Installing or reinstalling operating systems
Any situation where SSH isn't available
VNC provides direct console access to your VPS, similar to sitting in front of a physical computer. Unlike SSH, it works even when network configuration is broken or firewalls are blocking access.
If you've accidentally blocked SSH with iptables, use VNC to run:
iptables -F
iptables -X
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPTSee our iptables guide for more information.
If you've misconfigured network settings, VNC lets you:
VNC shows the boot process, allowing you to:
Can be slower than SSH, especially over slow connections
May differ from your local keyboard
May not work reliably
May need Java or modern HTML5 support
If VNC refuses to load, make sure you've unmounted any ISOs/CDROMs from the SolusVM control panel, then try rebooting. If issues persist, contact support.
Always close VNC sessions when finished
Use a strong root password
VNC traffic through SolusVM is encrypted
Enable 2FA on your SolusVM account
For routine access, SSH is preferred. Learn how to connect via SSH for day-to-day management.
If you're having trouble accessing VNC or using it to fix issues, contact our support team. We can provide guidance or help resolve access issues.