{"id":8736,"date":"2026-01-21T20:11:57","date_gmt":"2026-01-21T17:11:57","guid":{"rendered":"https:\/\/sunucun.com.tr\/bilgi\/?post_type=dt_articles&#038;p=8736"},"modified":"2026-01-21T20:13:02","modified_gmt":"2026-01-21T17:13:02","slug":"cyberpanel-setup","status":"publish","type":"post","link":"https:\/\/sunucun.com.tr\/blog\/cyberpanel-setup\/","title":{"rendered":"CyberPanel Setup"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_85 ez-toc-wrap-center counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/sunucun.com.tr\/blog\/cyberpanel-setup\/#A_Step-by-Step_Guide_to_Your_CyberPanel_Setup\" >A Step-by-Step Guide to Your CyberPanel Setup<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/sunucun.com.tr\/blog\/cyberpanel-setup\/#Connecting_and_Preparing_the_Server\" >Connecting and Preparing the Server<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/sunucun.com.tr\/blog\/cyberpanel-setup\/#Running_the_Installation_Script\" >Running the Installation Script<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/sunucun.com.tr\/blog\/cyberpanel-setup\/#Navigating_the_Installation_Prompts\" >Navigating the Installation Prompts<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<figure class=\"wp-block-image aligncenter size-medium is-resized\">\n  <img src=\"https:\/\/sunucun.com.tr\/blog\/wp-content\/uploads\/2026\/01\/text-cyberpanel-setup.jpg\" class=\"size-medium aligncenter\" style=\"width:100%;\" alt=\"CyberPanel Setup involves downloading, preparing, and running an automated script to install the control panel.\" title=\"Conceptual flow of a server script installation.\" loading=\"lazy\" decoding=\"async\"><figcaption>\n    CyberPanel Setup involves downloading, preparing, and running an automated script to install the control panel.<br \/>\n  <\/figcaption><\/figure>\n<p>\nCyberPanel Setup<\/p>\n<p>CyberPanel is a popular control panel for <a href=\"https:\/\/sunucun.com.tr\/hosting\" data-internallinksmanager029f6b8e52c=\"126\" title=\"Web bar\u0131nd\u0131rma paketlerini inceleyin\">web hosting<\/a> and <a href=\"https:\/\/sunucun.com.tr\/en\/server-maintenance\" data-internallinksmanager029f6b8e52c=\"160\" title=\"Professional server maintenance services\">server management<\/a>, designed to provide a high-performance, user-friendly experience. It is built upon the <strong>OpenLiteSpeed web server<\/strong>, which ensures that users receive a fast and reliable web hosting solution. This combination of an intuitive interface and powerful underlying technology makes it a preferred choice for many developers and website owners. A proper installation is the first step toward leveraging its wide range of features for efficient server administration. For more detailed official information, you can always refer to the <a href=\"https:\/\/cyberpanel.net\/\" target=\"_blank\" rel=\"noopener\">CyberPanel website<\/a>. This guide provides a detailed overview of the CyberPanel installation process, its structure, and its commands to help you get started.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"A_Step-by-Step_Guide_to_Your_CyberPanel_Setup\"><\/span>A Step-by-Step Guide to Your CyberPanel Setup<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The entire installation process is handled through the command line of your server. This requires connecting to your server remotely and executing a series of commands to download, configure, and install the control panel. Following these steps carefully will ensure a smooth setup.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Connecting_and_Preparing_the_Server\"><\/span>Connecting and Preparing the Server<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The first action is to establish a secure connection to your server. This is done using <a href=\"https:\/\/en.wikipedia.org\/wiki\/Secure_Shell\" rel=\"follow noopener\" target=\"_blank\">SSH (Secure Shell)<\/a>, which allows you to remotely manage your server as the root user. Once connected, it is a critical best practice to update your system&#8217;s packages. This ensures all existing software is up-to-date, which can prevent potential conflicts and security vulnerabilities during the installation.<\/p>\n<p>To connect to your server, use the following command, replacing &#8220;ipaddress&#8221; with your server&#8217;s actual IP:<\/p>\n<p><code>ssh root@ipaddress<\/code><\/p>\n<p>After you are prompted, enter your root password to log in. If this is a newly created server, running a system update is highly recommended. You can update your system with this command:<\/p>\n<p><code>yum -y update<\/code><\/p>\n<p>With the server updated, you should navigate to the root directory to ensure the installation files are placed in the correct location. This is a standard practice to keep the system organized.<\/p>\n<p><code>cd ~<\/code><\/p>\n<p><\/p>\n<figure class=\"wp-block-image aligncenter size-medium is-resized\">\n  <img src=\"https:\/\/sunucun.com.tr\/blog\/wp-content\/uploads\/2026\/01\/text2-cyberpanel-setup.jpg\" class=\"size-medium aligncenter\" style=\"width:100%;\" alt=\"CyberPanel Setup provides a centralized interface for managing complex server resources efficiently.\" title=\"Digital Control Hub For Server Management\" loading=\"lazy\" decoding=\"async\"><figcaption>\n    CyberPanel Setup provides a centralized interface for managing complex server resources efficiently.<br \/>\n  <\/figcaption><\/figure>\n<p><\/p>\n<h3><span class=\"ez-toc-section\" id=\"Running_the_Installation_Script\"><\/span>Running the Installation Script<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The core of the CyberPanel setup is its automated installation script. This script must first be downloaded to your server. The <em>wget<\/em> command is used for this purpose. If your system does not have <em>wget<\/em> installed, you will need to install it before proceeding.<\/p>\n<p>Use the following command to download the installer:<\/p>\n<p><code>wget -O installer.sh https:\/\/cyberpanel.net\/install.sh<\/code><\/p>\n<p>If you receive an error, install the <em>wget<\/em> package with:<\/p>\n<p><code>yum install wget<\/code><\/p>\n<p>Once the script is downloaded, you must make it executable. File permissions in Linux control who can read, write, or execute a file. The next command grants the necessary execute permission.<\/p>\n<p><code>chmod 755 installer.sh<\/code><\/p>\n<p>Now you are ready to run the installer:<\/p>\n<p><code>sh installer.sh<\/code><\/p>\n<h3><span class=\"ez-toc-section\" id=\"Navigating_the_Installation_Prompts\"><\/span>Navigating the Installation Prompts<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>After running the script, you will be presented with a series of interactive prompts to customize your CyberPanel installation. The first choice is to begin the main installation. You will be asked to choose from three options:<\/p>\n<ul>\n<li>Install CyberPanel<\/li>\n<li>Install Addons<\/li>\n<li>Exit<\/li>\n<\/ul>\n<p>Select option <strong>1<\/strong> to proceed with the CyberPanel installation. Next, you will choose the version of CyberPanel you want to install. The script offers the free version with OpenLiteSpeed or the enterprise version. For this guide, we select option <strong>1<\/strong> for the free version.<\/p>\n<p>The installer will then ask you to set the password for the <em>admin<\/em> user. You have three choices:<\/p>\n<ul>\n<li><strong>d (default):<\/strong> Sets the password to the default &#8216;1234567&#8217;.<\/li>\n<li><strong>r (random):<\/strong> Generates a strong, random password for you (recommended for security).<\/li>\n<li><strong>s (set):<\/strong> Allows you to specify your own custom password.<\/li>\n<\/ul>\n<p>Following the password selection, you will be asked about using JS Delivr for CDN services to load panel resources, which can improve loading speed. It is generally safe to answer <strong>y<\/strong> (yes). The subsequent prompts will ask if you wish to install popular caching extensions and databases like Memcached, LiteSpeed Memcached, and Redis. It is recommended to install LiteSpeed Memcached by selecting <strong>y<\/strong>. For the others, you can choose based on your specific application needs. Answering <strong>y<\/strong> to these prompts will install them; <strong>N<\/strong> will skip them.<\/p>\n<p>Once all selections are made, the installation will begin automatically, a process that typically takes between 3 to 10 minutes. Upon completion, the system will display a success message with all the crucial details needed to access your new panel, including the login URL, admin username, and passwords for both CyberPanel and MySQL.<\/p>\n<p>The confirmation screen will provide the following details:<\/p>\n<ul>\n<li><strong>Visit:<\/strong> https:\/\/(YOUR_SERVER_IP):8090<\/li>\n<li><strong>Panel username:<\/strong> admin<\/li>\n<li><strong>Panel password:<\/strong> (The password you selected)<\/li>\n<li><strong>Mysql username:<\/strong> root<\/li>\n<li><strong>Mysql password:<\/strong> (A randomly generated password)<\/li>\n<\/ul>\n<p>With this information, your installation is complete, and you can now log in to the CyberPanel dashboard to begin managing your server and websites.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CyberPanel Setup involves downloading, preparing, and running an automated script to install the control panel. CyberPanel Setup CyberPanel is a popular control panel for web hosting and server management, designed to provide a high-performance, user-friendly experience. It is built upon the OpenLiteSpeed web server, which ensures that users receive a fast and reliable web hosting&hellip;<\/p>\n","protected":false},"author":1,"featured_media":18780,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[1474],"tags":[],"class_list":["post-8736","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cyberpanel"],"_links":{"self":[{"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/posts\/8736","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/comments?post=8736"}],"version-history":[{"count":3,"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/posts\/8736\/revisions"}],"predecessor-version":[{"id":18783,"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/posts\/8736\/revisions\/18783"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/media\/18780"}],"wp:attachment":[{"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/media?parent=8736"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/categories?post=8736"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sunucun.com.tr\/blog\/wp-json\/wp\/v2\/tags?post=8736"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}