{"id":330,"date":"2023-07-06T10:21:49","date_gmt":"2023-07-06T14:21:49","guid":{"rendered":"https:\/\/daveking.com\/blog\/?p=330"},"modified":"2023-07-06T10:32:51","modified_gmt":"2023-07-06T14:32:51","slug":"setting-up-remote-desktop-access-on-a-headless-fedora-38-linux-server","status":"publish","type":"post","link":"https:\/\/daveking.com\/blog\/index.php\/2023\/07\/06\/setting-up-remote-desktop-access-on-a-headless-fedora-38-linux-server\/","title":{"rendered":"Setting Up Remote Desktop Access On A Headless Fedora 38 Linux Server"},"content":{"rendered":"\n<ul class=\"wp-block-list\">\n<li>Install TigerVNC<br><code>sudo dnf -y install tigervnc<\/code><\/li>\n\n\n\n<li>Create \/etc\/tigervnc\/vncserver.users containing:<br><code>:2=<em>username<\/em><\/code><\/li>\n\n\n\n<li>Create \/home\/<em>username<\/em>\/.vnc\/config containing:<br><code>session=gnome<br>securitytypes=vncauth,tlsvnc<br>localhost=0<br>alwaysshared<\/code><\/li>\n\n\n\n<li>As the <em>username<\/em> user, set the VNC password with the command:<br><code>vncpasswd<\/code><\/li>\n\n\n\n<li>Start and enable the VNC service:<br><code>sudo systemctl enable vncserver@:2.service<br>sudo systemctl start vncserver@:2.service<\/code><\/li>\n\n\n\n<li>Use this command to access the VNC session from a remote host:<br><kbd>vncviewer -geometry 2560x1440 -via <em>server.ip.address<\/em> 127.0.0.1:2<\/kbd><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>My cheat sheet for setting up remote desktop access to a headless server running Fedora 38 Linux<\/p>\n","protected":false},"author":1,"featured_media":331,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[22],"tags":[23,3],"class_list":["post-330","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howto","tag-howto","tag-linux","eq-blocks"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/daveking.com\/blog\/wp-content\/uploads\/2023\/07\/rack-mounted-server.webp?fit=1300%2C600&ssl=1","jetpack-related-posts":[],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=330"}],"version-history":[{"count":2,"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/330\/revisions"}],"predecessor-version":[{"id":333,"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/330\/revisions\/333"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/media\/331"}],"wp:attachment":[{"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=330"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=330"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/daveking.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}