<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CyberPanel &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/cyberpanel/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Thu, 11 Mar 2021 09:03:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>CyberPanel &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install And Configure CyberPanel on CentOS 7</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-and-configure-cyberpanel-on-centos-7/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-and-configure-cyberpanel-on-centos-7/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 20 Dec 2019 09:21:52 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1148</guid>

					<description><![CDATA[CyberPanel is a control panel that uses OpenLiteSpeed. LiteSpeed ​​implies an advantage in performance, which in turn leads to a decrease in the amount of resource use. CyberPanel comes with a command line interface for people who like to work in the terminal, almost everything that you can do in [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><em><a href="https://cyberpanel.net/">CyberPanel</a></em></strong> is a control panel that uses <strong>OpenLiteSpeed</strong>. LiteSpeed ​​implies an advantage in performance, which in turn leads to a decrease in the amount of resource use. CyberPanel comes with a command line interface for people who like to work in the terminal, almost everything that you can do in the control panel interface can be done through the CLI.</p>



<h2 id="installation" >Installation</h2>



<p>Update the packages that are installed on your system</p>



<pre class="wp-block-code"><code>yum update -y</code></pre>



<p>Download the installer to the <strong>/root</strong> directory</p>



<pre class="wp-block-code"><code>cd ~
wget -O installer.sh https://cyberpanel.net/install.sh</code></pre>



<p>Next, restore the permissions and run the installer:</p>



<pre class="wp-block-code"><code>chmod 755 installer.sh
sh installer.sh</code></pre>



<p>If everything went well, you can see the following output:</p>



<pre class="wp-block-code"><code>     CyberPanel Installer v2.0

  1. Install CyberPanel.

  2. Install Addons.

  3. Exit.


Please enter the number&#91;1-3]: </code></pre>



<p>Type <strong>1</strong> then press <strong><em>ENTER</em></strong></p>



<p>Further in the console you can see the following:</p>



<pre class="wp-block-code"><code>    CyberPanel Installer v2.0

  RAM check : 71/487MB (14.58%) 

  Disk check : 1/20GB (7%) (Minimal 10GB free space)

  1. Install CyberPanel with OpenLiteSpeed.

  2. Install Cyberpanel with LiteSpeed Enterprise.

  3. Exit.


Please enter the number&#91;1-3]: </code></pre>



<p>Again, repeat what you did in the previous step, namely: Type <strong>1</strong>, and then press<strong><em> ENTER</em></strong>. After that, the installer will automatically prompt you to install <strong>MariaDB</strong>.<strong> </strong>Choosing <strong><em>MariaDB 1.0 </em></strong>you stop on it, because it is the only supported version with a panel.  Next, you will see the following <strong>output</strong>: (<em>note that you always need to specify </em>&#8220;<strong><em>y</em></strong>&#8220;)</p>



<pre class="wp-block-code"><code>Mirror server network is optimized for Asia Pacific region...
If you experience very slow download speed during installation, please try use mirror server on clean system...
Use mirror server &#91;y/N]: y

Replace JS/CSS files to JS Delivr?
This may improve panel loading speed in Asia Pacific region... 
Please select &#91;y/N]: y

Install Memcached extension for PHP?
Please select &#91;y/N]: y      

Install LiteSpeed Memcached?
Please select &#91;y/N]: y

Install Redis extension for PHP?
Please select &#91;y/N]: y

Install Redis?
Please select &#91;y/N]: y</code></pre>



<p>After your yes agreement, <strong>CyberPanel</strong> will be installed along with its extensions. After which, the installer will display your administrator data:</p>



<pre class="wp-block-code"><code>###################################################################
                CyberPanel Successfully Installed                  

                Current Disk usage : 3/20GB (16%)                        

                Current RAM  usage : 233/487MB (47.84%)                         

                Installation time  : 0 hrs 3 min 24 sec                      

                Visit: https://(YOUR_SERVER_IP):8090                    
                Panel username: admin                              
                Panel password: 1234567                          
                Mysql username: root                               
                Mysql password: iPe2cEiSh7wEn7                       

            Please change your default admin password              

          If you change mysql password, please  modify file in     
         /etc/cyberpanel/mysqlPassword with new password as well   

              Website : https://www.cyberpanel.net                 
              Forums  : https://forums.cyberpanel.net              
              Wikipage: https://docs.cyberpanel.net                

            Enjoy your accelerated Internet by                  
                CyberPanel &amp; OpenLiteSpeed                                       
###################################################################</code></pre>



<h2 id="configure-cyberpanel" >Configure CyberPanel</h2>



<p>Now, you need to go to the setting, it will take a few more moments. Visit your server IP address on the CyberPanel port <strong><em>(YOUR_SERVER_IP): 8090</em></strong>. There you will see the administrator login. Enter your <strong>username</strong> and <strong>password</strong>, as described above. </p>



<p>Next, click on the user menu bar next to the name &#8220;Cyber ​​Pan&#8221;. Selecting &#8220;<strong>Edit</strong> <strong>Profile</strong>&#8221; click on &#8220;<strong>admin</strong>&#8221; and on the drop-down menu &#8220;<strong>Modify</strong> <strong>User</strong>&#8220;. Next, successfully change the first name, last name, your password and email address.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-and-configure-cyberpanel-on-centos-7/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
