・VNC サーバーのインストール
[root@alma]# dnf -y install tigervnc-server
・パスワード設定
[user@alma]$ vncpasswd※ユーザー毎にパスワードを設定
Password:********※パスワード入力
Verify:********※パスワード再入力
Would you like to enter a view-only password (y/n)? n※表示専用のパスワードを設定しない
・config の設定
[user@alma]$ vi ~/.vnc/config※ユーザー毎に設定
## Supported server options to pass to vncserver upon invocation can be listed
## in this file. See the following manpages for more: vncserver(1) Xvnc(1).
## Several common ones are shown below. Uncomment and modify to your liking.
##
# securitytypes=vncauth,tlsvnc
# desktop=sandbox
# geometry=2000x1200
# localhost
# alwaysshared
最終行以下に追記 ファイルが無い場合は新規作成