打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Windows 7 Remote Access to Ubuntu 12.04 Desktop using X11VNC

This tutorial shows how to remote access Ubuntu desktop from Windows 7 using x11vnc server.

In Ubuntu install and setup x11vnc server:

Open up a terminal from the dash or press Ctrl+Alt+T.

  • 1. Install x11vnc in ubuntu via command:
    sudo apt-get install x11vnc
  • 2. Set vnc password and it’ll be encrypted and saved in ~/.vnc/passwd:
    x11vnc -storepasswd
  • 3. Start vnc server:
    x11vnc -forever -shared -rfbauth ~/.vnc/passwd

NOTE: If you connect from outside local network, get the Ubuntu’s global ip, and on your router, setup your connection via DMZ. Once you are able to establish a connection, put on all the security like firewalls.

If you want this VNC Server auto-start at login, do following steps:

  • 1. Copy and paste password file to /etc/ directory:
    sudo cp ~/.vnc/passwd /etc/x11vnc.pass
  • 2. create and edit file /etc/init/x11vnc.conf via
    sudo gedit /etc/init/x11vnc.conf

    copy and paste following and save the file.

    start on login-session-startscriptx11vnc -display :0 -auth /var/run/lightdm/root/:0 -forever -bg -o /var/log/x11vnc.log -rfbauth /etc/x11vnc.pass -rfbport 5900 end script
  • 3. reboot.

In Windows 7 remote connect to Ubuntu Desktop:

Install Real VNC viewer, then start it:

Input remote Ubuntu’s IP address or hostname, click connect.

Enter the password you set in Ubuntu host and access remote desktop.

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
从windows8远程桌面登录ubuntu13.04
How to Install Xrdp Server (Remote Desktop) on Ubuntu 18.04
How To Establish A Remote Desktop Access to U...
动手实现Linux远程控制
Windows 远程桌面连接Ubuntu14.04
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon ...
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服