No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Cristian Cezar Moisés 6be5e43999
Some checks failed
ShellCheck / Lint shell scripts (push) Has been cancelled
Merge pull request #1 from cristiancmoises/claude/eager-sagan-ms57il
Add ShellCheck CI, Dependabot, and security policy
2026-06-18 22:40:15 -03:00
.github Add ShellCheck CI, Dependabot, and security policy 2026-06-13 11:19:36 +00:00
LICENSE Initial commit 2023-09-17 22:18:09 -03:00
novnc_proxy Create novnc_proxy 2023-09-17 22:45:15 -03:00
README.md Update README.md 2025-02-05 09:11:03 -03:00
SECURITY.md Add ShellCheck CI, Dependabot, and security policy 2026-06-13 11:19:36 +00:00

ServerVM

DOI

Graphical Interface for Servers

apt install novnc psmisc x11vnc tigervnc-standalone-server xterm terminator wget dbus-x11 python-py python3-pip xfce4 xorg -y

(OLD) Copy and paste the novnc_proxy into novnc directory:
wget https://github.com/cristiancmoises/servervm/blob/main/novnc_proxy && mv novncproxy /usr/share/novnc/utils/
(OLD)Start NOVNC
/usr/share/novnc/utils/novnc_proxy --listen 8080 --vnc localhost:5901

StartVnc Server

 tigervncserver -geometry 1366x768 -xstartup /usr/bin/terminator

(NEW)

 /usr/share/novnc/utils/launch.sh --listen 8080 --vnc localhost:5901

Access Your Server:

 http://SERVERIP:8080/vnc.html

Kill the connection:

fuser -k 8080/tcp