2021年7月25日 星期日

VNC on Ubuntu 18.04

Server-side
$ sudo apt install tightvncserver

Server-side
Output
You will require a password to access your desktops.

Password:
Verify:

Client-side
$ ssh server_user_name@server_ip -L 5901:localhost:5901

ex: ssh ubuntu@192.168.43.198 -L 5901:localhost:5901
解說

Client-side
$ remmina

protocol: Remmina VNC Plugin
server:192.168.43.198:5901


ref:
1. How to Install and Configure VNC on Ubuntu 18.04
2. How to Install and Configure VNC on Ubuntu 20.04

沒有留言:

張貼留言