Virtual Network Computing. Remote desktop viewing. Unencrypted by default.
Test it now with our Port Scanner
| Port | 5900 |
|---|---|
| Service | VNC |
| Protocol | TCP |
| Encrypted | No |
| Common Use | Virtual Network Computing |
Online: Use our Port Scanner — enter your IP and port 5900.
Command line:
nc -zv your-server-ip 5900 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 5900 (PowerShell)
Check locally:
ss -tlnp | grep :5900 (Linux) netstat -an | findstr :5900 (Windows)