Linux中配置VNC伺服器

2021-06-03 15:57:32 字數 937 閱讀 1113

1 check whether the vnc has installed:

#rpm -q vnc-server

2 install vnc if need

#yum install vnc-server

3  set the vnc start as boot

#chkconfig vncserver on

4 close the firewall if need.

5 set the vnc password

#vncserver :1

6 set the window config

#vi /root/.vnc/xstartup

modify the content following as :

# uncomment the following two lines for normal desktop:

unset session_manager

exec /etc/x11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup

[ -r $home/.xresources ] && xrdb $home/.xresources

xsetroot -solid grey

vncconfig -iconic &

xterm -geometry 80x24+10+10 -ls -title "$vncdesktop desktop" &

twm &

7 reboot

#reboot

8 start a vnc display

#vncserver :1

9 log in with vnc-client on windows

ip:losthost:1

pwd:your pwd

vnc伺服器端如何配置,vnc伺服器端如何配置教程

作為iis7伺服器管理工具,它支援linux vnc,win vnc,可以實現批量管理,遠端監控,批量開啟鏈結,操作一台等於同時操作n臺 使用起來十分便捷。對於iis7伺服器管理工具來說,它能實現批量管理 同步操作 到期提醒 資料安全和定期執行 等功能。適用於機房管理 站長 運維工作 程式設計師,等...

使用VNC連線Linux伺服器

vnc virtual network computing 虛擬網路計算工具,本質上來說是乙個遠端顯示系統,管理員通過它不僅僅可以在執行程式的本地機上檢視桌面環境,而且可以從internet上的任何地方檢視遠端機器的運 況,而且它具有跨平台特性。linux要使用遠端桌面需要安裝vnc,好在red h...

vnc遠端linux伺服器黑屏

本來想嘗試用vnc連線到linux伺服器上,圖形化操作一點東西,不過遇到了困難,記錄方便查詢。1,開啟vnc 選擇ip和埠,連線上去顯示黑屏。2,於是想到系統原先沒有安裝影象化桌面。so,yum groupinstall desktop 4,嘗試修改配置檔案 修改許可權等多種方法,重啟服務就好了,但...