serverroom-components/x11vnc/vncstart.sh

5 lines
229 B
Bash
Raw Permalink Normal View History

2024-11-24 19:02:21 +00:00
#!/bin/bash
# Start an x11vnc server on display :0 at port 5183, with password auth and continue running after client disconnects
x11vnc -display :0 -forever -loop -noxdamage -repeat -rfbauth ~/.vnc/passwd -rfbport 5183 -shared