
Duplicate current tab: Ctrl + Shift + U. Start a new remote session: Ctrl + Shift + N. 2-terminals mode (horizontal split): Ctrl + Alt + 3. 2-terminals mode (vertical split): Ctrl + Alt + 2. Print terminal output: Ctrl + Shift + P. Note that all these shortcuts can be configured through "Settings" -> "Configuration" -> "MobaXterm keyboard shortcuts" button. Enter larry's VNC password, and aĦ40x480 window should open using the default window manager selectedįor larry. The URL to connect to each of the users will be:Ī java applet window will pop-up showing a connection to your machineĪt port 1. Let us assume that mymachine has an IP address of 192.168.0.10. # Add the following line to ensure you always have an xterm available.Ģ.6.1. Two lines you will get a gray speckled background to the VNC window. Will be rather cramped and a look bit odd. Reduced resolution and color depth of a VNC window the full desktop Normal desktop window manager in the VNC. Uncomment the two lines as directed if you wish to run the user's The line indicated below to assure that an xterm is always present, and Xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & # Uncomment the following two lines for normal desktop: To use Larry as an example, first login as larryĮdit xstartup. Login to each user and edit the xstartup script. We will create the xstartup scripts by starting and stopping the vncserver as root. Larry will have a 640 by 480 screen, as will Moe. vnc directory.Įdit /etc/sysconfig/vncservers, and add the following to the end of the file. Setup the VNC service to start on reboot. You will perform the following steps to configure your VNC server: These will be 'larry', 'moe', and 'curly'. If you are running CentOS 5, yum groupinstall "GNOME Desktop Environment" may complain about a missing libgaim.so.0. Light-weight than Gnome or KDE and available from the "extras" Popular desktop environments are "KDE" and "XFCE-4.4". To install the Gnome Desktop and requirements, for example. You can use the command yum groupinstall "GNOME Desktop Environment"
Make sure to install a window manager in order to get a normal GUI desktop. You can use the command yum install vnc to install the client if rpm -q vnc shows that it is not already installed. If the server is not installed, install it with the command: yum install vnc-server.
The result will be either package vnc-server is not installed or something like 4. The server package is called 'vnc-server'. To configure VNC using the 'vncserver' service as supplied by CentOS. Windows ) is only displaying a copy of the display ( real or virtual )Īre several ways to configure the vnc server. Unlike a remote X connection, the xserver is running on the remoteĬomputer, not on your local workstation. Is used to display an X windows session running on another computer. VNC-Server for an already logged in GUI console session - 2 options.