<?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>cloudpanel Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/cloudpanel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 23 Mar 2021 19:43:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install CloudPanel on Debian 10</title>
		<link>https://www.osradar.com/install-cloudpanel-debian/</link>
					<comments>https://www.osradar.com/install-cloudpanel-debian/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 24 Mar 2021 07:41:00 +0000</pubDate>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[cloudpanel]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29225</guid>

					<description><![CDATA[<p>Hello, friends. In this opportunity, I will show you how to install Cloud Panel on Debian 10 It is a fairly simple process but that allows us to have a simple and effective web administration panel. According to the project website: CloudPanel is a free server control panel for PHP, built for the cloud for [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-cloudpanel-debian/">How to install CloudPanel on Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. In this opportunity, I will show you how to install Cloud Panel on Debian 10 It is a fairly simple process but that allows us to have a simple and effective web administration panel.</p>



<p>According to the <a href="https://www.cloudpanel.io/" target="_blank" rel="noreferrer noopener">project website</a>:</p>



<blockquote class="wp-block-quote"><p>CloudPanel is a free server control panel for PHP, built for the cloud for maximum performance and security.</p></blockquote>



<p>It is compatible with many of the most popular cloud services such as AWS, Google Cloud, or Microsoft Azure but we can also install it on our server without any problem.</p>



<p>Some of the main features of CloudPanel are:</p>



<ul><li>CloudPanel is free. So, No Contract, hidden costs, limitations, or restrictions.</li><li>A clean and easy-to-use server control panel to get things done in no time.</li><li>Supports more than ten languages.</li><li>Free SSL Certificates for all of your domains, with one-click, automatically renewed.</li><li>Ultra-fast lightweight components like <a href="https://www.osradar.com/install-nginx-from-the-source-code-debian-ubuntu/" target="_blank" rel="noreferrer noopener">NGINX</a>, PHP-FPM, and <a href="https://www.osradar.com/install-mysql-on-debian-10/" target="_blank" rel="noreferrer noopener">MySQL</a> for maximum performance.</li></ul>



<p>So it is a very valid option for projects of all types of sizes.</p>



<h2 id="install-cloudpanel-on-debian-10"><a href="#install-cloudpanel-on-debian-10" name="install-cloudpanel-on-debian-10"></a>Install CloudPanel on Debian 10</h2>



<p>Despite being so powerful and useful, CloudPanel is only available for Debian 10 and servers with at least 2Gb of RAM and 15 Gb of disk space. Logically, the more capacity the server has, the better.</p>



<p>For this post, <strong>you need to have root access.</strong></p>



<p>So, open a terminal or connect to the server via SSH and update the system.</p>



<pre class="wp-block-preformatted">apt update
apt upgrade</pre>



<p>Then install some packages needed for the tutorial like <code>curl</code> and <code>wget</code></p>



<pre class="wp-block-preformatted">apt install curl wget</pre>



<p>Fortunately, the installation of Cloud Panel is quite simple to perform and it is all thanks to a script provided by the developers. So, the download and installation of Cloud Panel are basically summarized in this command:</p>



<pre class="wp-block-preformatted">curl -sSL https://installer.cloudpanel.io/ce/v1/install.sh | bash</pre>



<p>And there will start the whole process of installing packages, libraries, and dependencies as well as the installation of CloudPanel itself.</p>



<p>At the end, you will see an output screen similar to this one</p>



<p>Now open your web browser and go to <code>https://your-server:8443</code> and you will see the admin user creation screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="506" src="https://www.osradar.com/wp-content/uploads/2021/03/2-8-1024x506.png" alt="2.- Creating the new user" class="wp-image-29226" srcset="https://www.osradar.com/wp-content/uploads/2021/03/2-8-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/2-8-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/2-8-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/2-8-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/2-8-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/2-8.png 1354w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Creating the new user</figcaption></figure>



<p>Then you will see the login screen:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2021/03/3-5-1024x502.png" alt="3.- CloudPanel login screen" class="wp-image-29227" srcset="https://www.osradar.com/wp-content/uploads/2021/03/3-5-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/3-5-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/3-5-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/3-5-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/3-5-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/3-5.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- CloudPanel login screen</figcaption></figure>



<p>Log in with your credentials and you will see the CloudPanel dashboard.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="506" src="https://www.osradar.com/wp-content/uploads/2021/03/4-3-1024x506.png" alt="4.- Cloud Panel" class="wp-image-29228" srcset="https://www.osradar.com/wp-content/uploads/2021/03/4-3-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/4-3-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/4-3-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/4-3-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/4-3-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/4-3.png 1354w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- Cloud Panel</figcaption></figure>



<p>So, enjoy it</p>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>Cloudpanel is a great solution to have a PHP panel where you can deploy an application without several problems. Being free and without restrictions makes it ideal for small or educational projects without economic risk.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-cloudpanel-debian/">How to install CloudPanel on Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-cloudpanel-debian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
