Ubuntu 安装 vnc server

Posted 陈富林

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 安装 vnc server相关的知识,希望对你有一定的参考价值。

  • 安装原因,因为需要有桌面操作, 服务器上配置 vnc 即可实现。

  • 在 ubuntu 14.04 上已经实现。

  • 安装先关软件

    sudo apt-get update
    sudo apt-get install ubuntu-desktop gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal
    sudo apt-get install vnc4server
  • 运行一下 vncserver

  • 运行完了以后有下面的文件

    vim  ~/.vnc/xstartup
    #!/bin/sh
    xsetroot -solid grey
    vncconfig -iconic &
    gnome-session &
    
    gnome-panel &
    gnome-settings-gaemon &
    metacity &
    nautilus &
    gnome-terminal &
  • 启动:

    vncserver -geometry 1280x1024
    // 这里会出现 一个 用户名:1 
    // 这个 1 就是 登录时候的  192.168.4.172:1
  • Windows 里面下载 vnc client

    下载地址: https://www.realvnc.com/en/connect/download/viewer/

以上是关于Ubuntu 安装 vnc server的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu配置VNC server

Ubuntu远程管理(vnc4server设置)

Ubuntu Server 16.04 配置VNC

ubuntu怎么连接centos远程桌面

VNC Server (Ubuntu 16.04.3 GNOME)

ubuntu怎么连接centos远程桌面