Talk:Remote control

From GISAXS
Revision as of 13:43, 15 July 2020 by KevinYager (talk | contribs) (=Open a port)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Linux

Network status

  • Check a port
    netstat -ano | grep 5904

Open a port

  • Open VNC port (this should not be needed):
    sudo ufw allow from any to any port 5904 proto tcp

Outstanding Questions

  • Can users get VPN access?