デスクトップ環境 : VNCサーバーの設定2019/07/12 |
VNCサーバーをインストールして、Windows コンピューターから Debian サーバーへ、グラフィカルにリモート接続します。
|
|
[1] | VNCサーバーをインストールします。 |
root@dlp:~# apt -y install tigervnc-standalone-server
|
[2] | VNC を起動したい任意のユーザーでログインして設定します。デスクトップ環境については当例では MATE デスクトップを利用します。 |
# VNCパスワード設定 debian@dlp:~$ Password: Verify: Would you like to enter a view-only password (y/n)? n
debian@dlp:~$
vi ~/.vnc/xstartup # 新規作成 (MATE デスクトップを起動する)
exec /usr/bin/mate-session &
# ディスプレイ番号 [1] (5901番ポート), 解像度 [800x600], リモートからの接続許可 で VNC サーバー起動 debian@dlp:~$ vncserver :1 -geometry 800x600 -localhost no New 'dlp.srv.world:1 (debian)' desktop at :1 on machine dlp.srv.world Starting applications specified in /home/debian/.vnc/xstartup Log file is /home/debian/.vnc/dlp.srv.world:1.log Use xtigervncviewer -SecurityTypes VncAuth,TLSVnc -passwd /home/debian/.vnc/passwd dlp.srv.world:1 to connect to the VNC server. |
[3] |
クライアント側の設定です。Windows 10 を例にします。
ダウンロードとインストールの完了後、[UltraVNC Viewer] をクリックして起動すると、以下の画面になります。
[VNC Server] の欄に [(サーバーのホスト名またはIPアドレス):([1]で指定したディスプレイ番号 または ポート番号)] と指定し、[Connect] ボタンをクリックします。
下記サイトより、最新版の UltraVNC をダウンロードします。 |
[4] | 以下の画面になるので [1] で設定した VNC パスワードを入力します。 |
[5] | 接続できました。 |
Sponsored Link |