aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCristian Cezar Moisés <[email protected]>2024-10-20 21:59:35 +0000
committerCristian Cezar Moisés <[email protected]>2024-10-20 21:59:35 +0000
commitca291ddc9d5856fc20950a195a989d79b2cce50c (patch)
tree202b710645e3c253b3529d35d5b27e1f98e08e0b /README.md
parent7654f759cf3940b6a56119196dd4b80ef1168b31 (diff)
Upload files to "/"HEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/README.md b/README.md
index 37dbedb..c2b546a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,21 @@
-# servervm
+# ServerVM
+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
-Access your server around the world using NoVNC \ No newline at end of file
+# (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