Installing without administrative privileges
You can install without administrative privileges but please note not all programs or features will be available:
- Available programs: VNC Server in User Mode (
vncserver-x11
), Virtual Mode (vncserver-virtual
), and VNC Viewer. - Unavailable programs: VNC Server in Service Mode (
vncserver-x11-serviced
) and the Virtual Mode daemon (vncserver-virtuald
). - Unavailable features: Printing and the single sign-on (SSO) authentication scheme.
- Restricted features: The system authentication scheme is available, but connecting users must supply the credentials of the process owner (that is, the user starting VNC Server) in order to connect. The credentials of other system users added to the VNC Server Permissions parameter are ignored.
To do this:
-
Unpack the tarball into a directory you can write to, for example:
tar -xvf <tarball> -C /home/user/VNC --strip-components=1
-
Navigate to this directory and license VNC Server, for example:
cd /home/user/VNC
./vnclicense -LicenseDir=. -add KEY
-
Create a
/<your-home-dir>/.vnc/config
file containing a font path for virtual desktops:ETCVNCDIR=<your-home-dir>/.vnc ./vncinitconfig -config
-
Create a
/<your-home-dir>/.vnc/xstartup
file containing sensible environment defaults for virtual desktops:ETCVNCDIR=<your-home-dir>/.vnc ./vncinitconfig -xstartup
Comments
Please sign in to leave a comment.