RHEL7.1配置VNC

1.安装包
yum install vnc* -y
2.创建密码
vncserver
3.创建参数文件
[[email protected] ~]# cp /lib/systemd/system/[email protected] /lib/systemd/system/[email protected]:1.service
4.修改参数文件
[[email protected] ~]# vi /lib/systemd/system/[email protected]\:1.service
[Unit]
Description=Remote desktop service (VNC)
After=syslog.target network.target

[Service]
Type=forking
# Clean any existing files in /tmp/.X11-unix environment
ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i > /dev/null 2>&1 || :'
ExecStart=/sbin/runuser -l root -c "/usr/bin/vncserver %i"                                    --------修改处1:以root用户为例,-l后修改为用户名
PIDFile=/root/.vnc/%H%i.pid                                                                                  --------修改处2:.vnc前设置用户的家目录,root为/root
ExecStop=/bin/sh -c '/usr/bin/vncserver -kill %i > /dev/null 2>&1 || :'

[Install]
WantedBy=multi-user.target

如果使用其他用户登录,需要
vncpasswd user_name
5.启动
systemctl start [email protected]:1.service
6.如果想开机自启动,那么
systemctl enable [email protected]:1.service

注:如果你是第一次接触RHEL7,那么你此时肯定连接不上VNC,因为:
service iptables stop根本就关不掉防火墙!
需要:systemctl stop firewalld
禁止防火墙开机自启动:
[[email protected] ~]# systemctl disable firewalld
rm '/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service'
rm '/etc/systemd/system/basic.target.wants/firewalld.service'

时间: 2024-12-17 09:55:03

RHEL7.1配置VNC的相关文章

rhel7配置网络yum源,配置VNC远程桌面

rhel7配置VNC远程桌面实验环境:安装了图形化界面的redhat7.0,IP是192.168.31.201先配置网络yum源[[email protected] ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo [[email protected] ~]# sed -i 's/$releasever/7/g' /etc/yum.repos.d/CentOS-Ba

配置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

Rhel7 IPV6配置

Rhel7 IPV6配置 [[email protected] html]# ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.25.0.11 netmask 255.255.255.0 broadcast 172.25.0.255 inet6 fddb:fe2a:ab1e::c0a8 prefixlen 64 scopeid 0x0<global> inet6 fe80::505

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