About noVNC
noVNC is both a VNC client JavaScript library as well as an application built on top of that library. noVNC runs well in any modern browser including mobile browsers (iOS and Android).
Website:
https://novnc.com/
noVNC Details
noVNC
| User availability .SA. | |
| This is a single-user Admin only application. Can only be installed by one (1) admin user at a time. | |
Location and Port Information
CLI Usage
| Install Location | /srv/novnc/ | 
| Config Location | /home/${username}/.vnc/ | 
| Nginx Location | |
|     TightVNC server (Daemon) | /etc/nginx/conf.d/vnc.conf | 
|     noVNC web | /etc/nginx/software/${username}.novnc.conf | 
| Service Location | |
|     TightVNC server (Daemon) | /etc/systemd/system/[email protected] | 
|     noVNC web | /etc/systemd/system/novnc.service | 
| Daemon Port | 5901 | 
| Web Port | 6080 | 
### INSTALL 
qb install novnc -u ${admin_name}                                installs latest stable version of novnc for user
### UNINSTALL 
qb remove novnc -u ${admin_name}                                 removes novnc for user
### REINSTALL 
qb reinstall novnc -u ${admin_name}                              reinstalls latest stable version of novnc for user
### UPDATE 
qb update novnc -u ${admin_name}                                 updates novnc to latest stable version for user
				

 
											 
											 
											