配置VNC

1. 1在Linux平台安装VNCServer服务端软件包。
#yum -y install vnc *vnc-server*

2.修改VNCServer主配置文件
#vim /etc/sysconfig/vncservers
复制最后两行并去掉行首注释符,然后修改为
VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 1024x768"

3.设置VNCServer远程连接密码
#vncpasswd
输入两次相同的密码

4.启动vncserver服务
#/etc/init.d/vncserver start

解决RHEL6 vncserver 启动 could not open default font ‘fixed‘错误.
主要是缺少相关字体,通过yum安装即可
[cpp] view plain copy
yum install libXfont
yum install xorg-x11-xfs
yum install xorg-x11-xfs-utils
yum install xorg-x11-xinit
yum install xorg-x11-xdm
yum install xorg-x11-fonts*

5.上一步执行完毕会在root宿主目录下生成.vnc开头的隐藏目录,该目录下面的文件就是root用户的VNC桌面配置文件。打开xstartup配置桌面
#vim /root/.vnc/xstartup
将最后一行改为
gnome &
(使用GNOME桌面)

6.开启防火墙VNCServer端口
#vim /etc/sysconfig/iptables
在“-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT”下面添加一行
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5901 -j ACCEPT
重启iptables服务
#/etc/init.d/iptables restart

时间: 2024-11-05 06:19:39

配置VNC的相关文章

配置vnc服务

1. 安装包 # yum install tigervnc-server # yum groupinstall "Desktop" 2. 配置vnc密码: # vncpasswd 3. 更新vnc配置: # vim /etc/sysconfig/vncservers 新增内容如下: VNCSERVERS="1:root" VNCSERVERARGS[1]="-geometry 1280x960" 4. 启动服务 # service vncserv

Linux下配置VNC

环境: REDHAT 5 1. 检查是否安装了VNC: rpm -qa vnc-server vnc-server-4.1.2-9.el5 没安装的话,安装一下: yum install vnc-server 2. 配置vncserver登录密码: [[email protected] ~]# vncserver You will require a password to access your desktops. Password: Verify: xauth:  creating new

redhat配置vnc

Redhat 配置vnc server # yum install xorg-x11-fonts-misc  (或rpm安装) # rpm -i vnc-server-4.1.2-14.el5_6.6.x86_64.rpm  (需要从网上下) # vncserver    (需记下生成的序号  如":1") 两次密码 # vi .vnc/xstartup 按a进入编辑模式 #!/bin/sh # Uncomment the following two lines for normal

Ubuntu 14.04 配置VNC服务 配置Xfce4桌面

一.安装配置VNC 1.首先安装VNC apt-get install vnc4server 2.为VNC设置密码 vncpasswd 输入密码,然后再确认一遍,就OK了. 3.启动VNC vncserver :1 New 'node1:1 (root)' desktop is node1:1 Starting applications specified in /root/.vnc/xstartup Log file is /root/.vnc/node1:1.log 启动成功. 二.客户端连

CentOS 6.5 安装和配置 VNC!!!

实验环境 Server:CentOS 6.5 x86_64 Client: Windows 7 安装和配置VNC 1.     [[email protected] ~]# yum install tigervnc-server  -y 2.     修改vnc主配置文件 [[email protected]~]# vim /etc/sysconfig/vncservers 找到最后两行,去掉注释,修改为 VNCSERVERS="1:root"  ###第一个远程连接的账户为root

Linux Study之--RedHat EL6配置VNC server

Linux Study之--RedHat EL6配置VNC server 系统环境:    操作系统:RedHat EL6.4(64)    RH6在vnc server的安装及配置和RH5稍微有不同,以下案例在RH EL6.4上安装配置vnc server 1.查看vnc 安装包 [[email protected] ~]# rpm -qa |grep vncgtk-vnc-0.3.10-3.el6.x86_64libvncserver-0.9.7-4.el6.x86_64gtk-vnc-py

centos6.x 配置 vnc server

环境:  centos6.x 桌面环境 用户root 安装vnc服务端软件 yum install -y tigervnc-server 配置vnc vncserver :1 设置密码后会自动生成相关配置文件 如下 [email protected] ~]# vncserver :1 You will require a password to access your desktops. Password: Verify: xauth: (stdin):1:  bad display name 

Linux配置VNC实现远程图形化操纵

问题描述 有些时候需要用到图形化,其实可以通过其他途径实现.但是懒惰的就喜欢VNC,总的老说都是需要图形组件的 问题解决 在Centos测试 一.图形化的Linux 01.安装 rpm  ivh vnc-server*   --force 02.配置vncserver窗口密码 vncserver 03.配置启动参数 vi  ~/.vnc/xstartup 注释掉twm,添加桌面环境.如果是kde填写kde-session & #!/bin/sh # Uncomment the following

怎样在 CentOS 7.0 上安装和配置 VNC 服务器

这是一个关于怎样在你的 CentOS 7 上安装配置 VNC 服务的教程.当然这个教程也适合 RHEL 7 .在这个教程里,我们将学习什么是 VNC 以及怎样在 CentOS 7 上安装配置 VNC 服务器. 我们都知道,作为一个系统管理员,大多数时间是通过网络管理服务器的.在管理服务器的过程中很少会用到图形界面,多数情况下我们只是用 SSH 来完成我们的管理任务.在这篇文章里,我们将配置 VNC 来提供一个连接我们 CentOS 7 服务器的方法.VNC 允许我们开启一个远程图形会话来连接我们

红帽Linux 配置VNC桌面远程工具

1.先确认VNC是否安装 默认情况下,Red Hat Enterprise Linux安装程序会将VNC服务安装在系统上. 使用rpm命令检查是否安装了vnc,如果安装了就显示软件名称: [[email protected] /]# rpm -qa | grep vnc vnc-server-4.1.2-14.el5_6.6.x86_64 如果未安装就不会显示软件名称,可以到操作系统安装盘的Server目录下找到VNC服务的RPM安装包vnc-server-4.1.2-9.el5.x86_64.