Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/rest-api/class-wp-rest-server.php on line 1794
{"id":2534,"date":"2019-12-06T14:12:42","date_gmt":"2019-12-06T14:12:42","guid":{"rendered":"https:\/\/support.aklwebhost.com\/?post_type=manual_kb&p=2534"},"modified":"2019-12-27T07:14:43","modified_gmt":"2019-12-27T07:14:43","slug":"install-gui-environment-on-centos-6","status":"publish","type":"manual_kb","link":"https:\/\/support.aklwebhost.com\/knowledgebase\/install-gui-environment-on-centos-6\/","title":{"rendered":"Install GUI Environment on CentOS 6"},"content":{"rendered":"

Managing your server with\u00a0SSH alone<\/strong>\u00a0can be intimidating. Good thing for us is that\u00a0AKLWEB Host<\/strong>\u00a0has a\u00a0View Console<\/strong>\u00a0option. To fully utilize AKLWEB Host’s VNC console capabilities, you can install GUI software. This guide will teach you how.<\/p>\n

    \n
  1. Login to your\u00a0VPS<\/strong>\u00a0by clicking\u00a0“View Console”<\/strong>\u00a0in the AKLWEB Host control panel.<\/li>\n
  2. Make sure that your\u00a0packages and dependencies are up-to-date.<\/strong>\n
    yum update -y\r\n<\/code><\/pre>\n<\/li>\n
  3. Next, install the files required.<\/strong>\n
    yum groupinstall -y \"X Window System\" \"Desktop\"\r\nyum install -y gnome-core xfce4 xorg-x11-fonts\r\n<\/code><\/pre>\n<\/li>\n
  4. The previous commands might take a while to finish. Once they have finished:<\/strong>\n
    nano \/etc\/inittab\r\n<\/code><\/pre>\n<\/li>\n
  5. Scroll down to the bottom, until you see the line:<\/strong>\n
    id:3:initdefault:\r\n<\/code><\/pre>\n<\/li>\n
  6. Change the\u00a03<\/code>\u00a0to\u00a05<\/code>.\u00a0The line should be the same as the line below:<\/strong>\n
    id:5:initdefault:\r\n<\/code><\/pre>\n<\/li>\n
  7. Press\u00a0Ctrl + X<\/strong>, then\u00a0Y<\/strong>, then\u00a0Enter<\/strong>\u00a0twice to save your changes.<\/li>\n
  8. Reboot your VPS<\/strong>\u00a0by issuing the command\u00a0reboot<\/code>, or clicking the\u00a0“Reboot”<\/strong>\u00a0button.<\/li>\n
  9. Your\u00a0VPS will now reboot<\/strong>\u00a0with a\u00a0desktop-like interface<\/strong>. Login\u00a0using root, and your default password.<\/strong><\/li>\n
  10. And\u00a0you’re done!<\/strong>\u00a0You can now\u00a0do tasks with the help of GUI<\/strong>. You can optionally\u00a0install Firefox<\/strong>\u00a0too!<\/li>\n<\/ol>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","manualknowledgebasecat":[231,242],"manual_kb_tag":[336],"_links":{"self":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb\/2534"}],"collection":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb"}],"about":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/types\/manual_kb"}],"author":[{"embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/comments?post=2534"}],"version-history":[{"count":1,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb\/2534\/revisions"}],"predecessor-version":[{"id":2535,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb\/2534\/revisions\/2535"}],"wp:attachment":[{"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/media?parent=2534"}],"wp:term":[{"taxonomy":"manualknowledgebasecat","embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manualknowledgebasecat?post=2534"},{"taxonomy":"manual_kb_tag","embeddable":true,"href":"https:\/\/support.aklwebhost.com\/wp-json\/wp\/v2\/manual_kb_tag?post=2534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}