Port 5900 โ VNC
TCP ยท Port 5900/TCP is used for Remote Frame Buffer (RFB) protocol, a remote desktop access service. It allows users to remotely control and view the graphical user interface of another computer using VNC (Virtual Network Computing). This port is commonly used in virtual private networks (VPNs) and cloud computing environments.
- Port Number
- 5900
- Service Name
- VNC
- Protocol
- TCP
- Common Software
- TigerVNC, RealVNC, LibVNCServer
Security Notes
Review IANA registry for port 5900 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 5900 is used for VNC. Port 5900/TCP is used for Remote Frame Buffer (RFB) protocol, a remote desktop access service. It allows users to remotely control and view the graphical user interface of another computer using VNC (Virtual Network Computing). This port is commonly used in virtual private networks (VPNs) and cloud computing environments. Common software: TigerVNC, RealVNC, LibVNCServer.
Review IANA registry for port 5900 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 5900 <target> or check locally: ss -tlnp | rg 5900