ویرگول
ورودثبت نام
حسین
حسین
خواندن ۱ دقیقه·۲ سال پیش

نصب vnc server برروی ubuntu 20.04 از طریق ssh


این نوشته بیشتر برای خودم هست که اگر مجدد خواستم نصب کنم نیاز به جستجوی دوباره نباشه!‌امیدوارم که به درد فرد دیگری هم بخورد

Virtual Network Computing, or VNC

یکی از راه های اتصال از راه دور به سرور های لینوکسی با محیط گرافیکی مانند Remote desktop برای سرور های ویندوزی در سرور های لینوکسی vnc است.

Virtual Network Computing, or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. It makes managing files, software, and settings on a remote server easier for users who are not yet comfortable with the command line.

In this guide, you’ll set up a VNC server with #TightVNC on an #ubuntu 20.04 - 22.04 server and connect to it securely through an SSH tunnel. Then, you’ll use a #VNC client program on your local machine to interact with your server through a graphical desktop environment.



Commands Used

apt update

sudo apt install xfce4 xfce4-goodies

sudo apt install tightvncserver

vncserver

vncpasswd

vncserver -kill :1

mv ~/.vnc/xstartup ~/.vnc/xstartup.bak

nano ~/.vnc/xstartup

#!/bin/bash

xrdb $HOME/.Xresources

startxfce4 &




chmod +x ~/.vnc/xstartup

vncserver -localhost


ssh -L 59000:localhost:5901 -C -N -l sammy your_server_ip


https://www.youtube.com/watch?v=6_lyv8bn3CE



desktop environmentvncserverubuntu
شاید از این پست‌ها خوشتان بیاید