<?xml version="1.0"?>
<rss version="2.0"><channel><title>Other WEB Panels Latest Topics</title><link>https://www.alphagnu.com/forum/8-other-web-panels/</link><description>Other WEB Panels Latest Topics</description><language>en</language><item><title>Web panels in 2024</title><link>https://www.alphagnu.com/topic/502-web-panels-in-2024/</link><description><![CDATA[<p>
	Hello Sandeep and all other users,
</p>

<p>
	many year I wasn't looking for web panel but with end of life on Cent OS 7 and very, vary bad payed support on CWP i start to research which web panel is better in 2024. and all yours experience and opinion will be helpful for me <span class="ipsEmoji">🙂</span>
</p>

<p>
	Watching the features, support, price and ecc. i don't have many criteries i want stable web panel with good support and on normal price. The beter option for me is if it can optimize the sites (for fast loading for reason of SEO) and have no problems with SSL or E-mail.
</p>

<p>
	To the question: which is the best option for 2024 and why?<br />
	Thank you in advance!
</p>
]]></description><guid isPermaLink="false">502</guid><pubDate>Tue, 23 Apr 2024 11:23:25 +0000</pubDate></item><item><title>Which OS IS GOOD FOR CWP</title><link>https://www.alphagnu.com/topic/583-which-os-is-good-for-cwp/</link><description><![CDATA[<p>Hi,</p><p>Iam using Contabo VPS, Tried to install CWP on AlmaLinux 9 and Rocky Linux 9 the result was wrong there are lot of issue after installing on both OS. In contabo there </p><p>was no option to install Centos versions.  they only have these OS AlmaLinux 9, Debian 11 (64 Bit), Debian 12, Fedora 35, openSUSE Leap 15.3, Rocky Linux 9, Ubuntu 20.04 (64 Bit), Ubuntu 22.04.</p><p>If you enable Mode security the Apache will stop working another thing is there are lot of another issue in DNS and other area. If CWP is not supporting these OS please let me know a good Control </p><p>panel which assure best security and fast performance. Looking for a lowest cost and best in class </p>]]></description><guid isPermaLink="false">583</guid><pubDate>Thu, 02 Jan 2025 19:50:04 +0000</pubDate></item><item><title>How to install Lets Encrypt SSL in Hestia CP hostname, admin control panel and for Email Server</title><link>https://www.alphagnu.com/topic/63-how-to-install-lets-encrypt-ssl-in-hestia-cp-hostname-admin-control-panel-and-for-email-server/</link><description><![CDATA[<p>
	In this tutorial We'll install Lets Encrypt free SSL in Hestia Control panel, so you can access the admin panel in https also for mail server and hostname.
</p>

<p>
	The developers built an easy script for it, you need to run the bwlo command to get the ssl installed for hostname, email server and hestia admin panel
</p>

<p>
	<strong>Step 1 <span>: </span></strong>
</p>

<p>
	<span>Choose a valid Hostname i.e it should be the subdomain of your main domain example <span>: </span></span>
</p>

<pre class="ipsCode">server1.domain.tld
or
alphagnu.domain.tld</pre>

<p>
	** ensure whatever you choose as a hostname url you should have valid <strong>A</strong> record <strong>DNS</strong> pointing to the <strong>server ip</strong>
</p>

<p>
	<strong>Step 2 <span>: </span></strong>
</p>

<p>
	Change the hostname <span>:</span>
</p>

<pre class="ipsCode">v-change-sys-hostname server1.domain.tld</pre>

<p>
	<strong>Step 3 : </strong>
</p>

<p>
	Install Lets encrypt ssl for hostname : 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">v-add-letsencrypt-host</span></pre>

<p>
	this script will add ssl to everywhere now check the admin panel <span>: <a href="https://server1.domain.tld:8083" rel="external nofollow">https://server1.domain.tld:8083</a> it should be opening with proper ssl certs.</span>
</p>
]]></description><guid isPermaLink="false">63</guid><pubDate>Mon, 24 Jul 2023 17:06:23 +0000</pubDate></item><item><title>How to install Hestia control panel in Debian 12/11 Ubuntu 22.04</title><link>https://www.alphagnu.com/topic/62-how-to-install-hestia-control-panel-in-debian-1211-ubuntu-2204/</link><description><![CDATA[<p>
	In this tutorial we’ll learn How to install HestiaCP control panel which is similar like vestacp and made by one developer of vesta control panel. Since Vestacp is not updating there features anymore and it seems dead project already I recommend you to move to Hestiacp as soon as possible. They have some extended features in there panel and there forum support is excellent.
</p>

<p>
	Make sure that your server is running a supported operating system :
</p>

<ul>
	<li>
		Debian 10
	</li>
	<li>
		Debian 11
	</li>
	<li>
		Debian 12
	</li>
	<li>
		Ubuntu 20.04 LTS
	</li>
	<li>
		Ubuntu 22.04 LTS
	</li>
</ul>

<p>
	<strong>Also ARM server will also work with hestia cp. Our website alphagnu.com also uses ARM server with hestia cp.</strong>
</p>

<p>
	<b>I recommend to use debian 12 or debian 11 for stable production environment.</b>
</p>

<p>
	Homepage : <a href="https://hestiacp.com" rel="external nofollow">https://hestiacp.com</a>
</p>

<p>
	HestiaCP Demo : <a href="https://demo.hestiacp.com:8083/" rel="external nofollow">https://demo.hestiacp.com:8083/</a>
</p>

<p>
	<strong><span style="font-size:16px;">Step 1: Login as root into your server via ssh client like putty or Linux terminal</span></strong>
</p>

<p>
	<strong><span style="font-size:16px;">Step 2: Preparing</span></strong>
</p>

<p>
	install deps/requirements :
</p>

<pre class="ipsCode">apt install sudo wget curl</pre>

<p>
	<br />
	<span style="font-size:16px;"><strong>Download Hestiacp install script :</strong></span>
</p>

<pre class="ipsCode">wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh</pre>

<p>
	<br />
	<span style="font-size:16px;"><strong>Step 3: Run below command according to your software choice :</strong></span><br />
	Ensure you change this with your details in below installation flag :
</p>

<blockquote class="ipsQuote" data-ipsquote="">
	<div class="ipsQuote_citation">
		Quote
	</div>

	<div class="ipsQuote_contents">
		<p>
			 --hostname server.domain.tld --email admin@gmail.com --port 8083 --password admin_password
		</p>
	</div>
</blockquote>

<p>
	<br />
	**here port 8083 is the admin/user gui port for hestia cp you can chnage the port too by changing the --port 8083 to your fav port number.
</p>

<p>
	<strong>To install Nginx + Apache + php-fpm with multiphp, email server with clamav and spamassassin and installs mariadb server (requires 2gb ram and above):</strong>
</p>

<pre class="ipsCode">sudo bash ./hst-install.sh --apache yes --phpfpm yes --multiphp yes --mysql yes --postgresql no --vsftpd yes --proftpd no --exim yes --dovecot yes --clamav yes --spamassassin yes --iptables yes --fail2ban yes --quota yes --api yes --hostname server.domain.tld --email admin@gmail.com --port 8083 --password admin_password --lang en </pre>

<p>
	<br />
	<strong>To install Nginx + php-fpm with multiphp, email server with clamav and spamassassin and installs mariadb server (requires 2gb ram and above):</strong>
</p>

<pre class="ipsCode">sudo bash ./hst-install.sh --apache no --phpfpm yes --multiphp yes --mysql yes --postgresql no --vsftpd yes --proftpd no --exim yes --dovecot yes --clamav yes --spamassassin yes --iptables yes --fail2ban yes --quota yes --api yes --hostname server.domain.tld --email admin@gmail.com --port 8083 --password admin_password --lang en </pre>

<p>
	<br />
	<strong>To install Apache + php-fpm with multiphp, email server with clamav and spamassassin and installs mariadb server (requires 2gb ram and above):</strong>
</p>

<pre class="ipsCode">sudo bash ./hst-install.sh --apache yes --phpfpm yes --multiphp yes --mysql yes --postgresql no --vsftpd yes --proftpd no --exim yes --dovecot yes --clamav yes --spamassassin yes --iptables yes --fail2ban yes --quota yes --api yes --hostname server.domain.tld --email admin@gmail.com --port 8083 --password admin_password --lang en </pre>

<p>
	<br />
	<strong>For 1 gb ram and above, if you need only Nginx + Apache + php-fpm with multiphp and light email server without security (clamav and spamassassin) with mariadb :</strong>
</p>

<pre class="ipsCode">sudo bash ./hst-install.sh --apache yes --phpfpm yes --multiphp yes --mysql yes --postgresql no --vsftpd yes --proftpd no --exim yes --dovecot yes --clamav no --spamassassin no --iptables yes --fail2ban yes --quota yes --api yes --hostname server.domain.tld --email admin@gmail.com --port 8083 --password admin_password --lang en </pre>

<p>
	<br />
	<strong>For 1 gb ram and above, if you need only Nginx + php-fpm with multiphp and light email server without security (clamav and spamassassin) with mariadb :</strong>
</p>

<pre class="ipsCode">sudo bash ./hst-install.sh --apache no --phpfpm yes --multiphp yes --mysql yes --postgresql no --vsftpd yes --proftpd no --exim yes --dovecot yes --clamav no --spamassassin no --iptables yes --fail2ban yes --quota yes --api yes --hostname server.domain.tld --email admin@gmail.com --port 8083 --password admin_password --lang en </pre>

<p>
	Suppose you want to install postgresql change the option “–postgresql no” to “–postgresql yes” to disable revert the option yes to no. That's it if you need installation support you can use this forum.
</p>
]]></description><guid isPermaLink="false">62</guid><pubDate>Mon, 24 Jul 2023 16:50:11 +0000</pubDate></item><item><title>How to Add website and Install WordPress in aaPanel</title><link>https://www.alphagnu.com/topic/51-how-to-add-website-and-install-wordpress-in-aapanel/</link><description><![CDATA[<p>
	In this tutorial I’ll show you how to add website and install WordPress in website added, it is simple task just follow the steps below to get it added and run WordPress in few minutes. WordPress is most popular CMS and here is the tutorial upon how you can install it in aapanel easily and quickly.
</p>

<p>
	Step 1 :
</p>

<p>
	Go to aapanel admin and select Website from left menu:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://www.alphagnu.com/uploads/monthly_2023_06/2021-10-24_14-15.png.74f6e6f38c08c4b0de0cc770e96160b2.png" data-fileid="2" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="2" width="1000" alt="2021-10-24_14-15.thumb.png.13a5be57567819660ae1de8ba05f9908.png" src="https://www.alphagnu.com/uploads/monthly_2023_06/2021-10-24_14-15.thumb.png.13a5be57567819660ae1de8ba05f9908.png" loading="lazy" height="410"></a>
</p>

<p>
	Step 2 :
</p>

<p>
	Click on green button Add site :
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://www.alphagnu.com/uploads/monthly_2023_06/2021-10-24_14-16.png.de3da4078eaab1a253dea1eb1ceb759f.png" data-fileid="3" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="3" width="1000" alt="2021-10-24_14-16.thumb.png.0bc565ed8fdc597bf943fdbfd6b54651.png" src="https://www.alphagnu.com/uploads/monthly_2023_06/2021-10-24_14-16.thumb.png.0bc565ed8fdc597bf943fdbfd6b54651.png" loading="lazy" height="480"></a>
</p>

<p>
	Step 3 :
</p>

<p>
	fill the form like below in my example I’m using test.mysterydata.com as site url choose FTP create and For Database select MySQL, if you want to have ssl installed click on Apply for SSL (ensure you’ve A record added and pointing to the aapanel server ip else ssl will fail to install), select preferred php version and click on submit:
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="4" width="615" alt="2021-10-24_14-21.png.36f4ed9c763542380327325db3e55914.png" src="https://www.alphagnu.com/uploads/monthly_2023_06/2021-10-24_14-21.png.36f4ed9c763542380327325db3e55914.png" loading="lazy" height="651.9">
</p>

<p>
	You’ll be prompted with Successfully created site, save the ftp and mysql login details
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="5" width="585" alt="2021-10-24_14-22.png.1f5e1d53539a8d6fb4d00aa6308e7987.png" src="https://www.alphagnu.com/uploads/monthly_2023_06/2021-10-24_14-22.png.1f5e1d53539a8d6fb4d00aa6308e7987.png" loading="lazy" height="315.9"><br>
	After you click on submit you’ll see the site is added in the website site manager module :
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://www.alphagnu.com/uploads/monthly_2023_06/2021-10-24_14-23-1024x476.png.bffe069ef3c3536c11d0f5d803c9b9f8.png" data-fileid="6" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="6" width="1000" alt="2021-10-24_14-23-1024x476.thumb.png.d12080b076dc2e457091bf90c1aa94c9.png" src="https://www.alphagnu.com/uploads/monthly_2023_06/2021-10-24_14-23-1024x476.thumb.png.d12080b076dc2e457091bf90c1aa94c9.png" loading="lazy" height="460"></a>
</p>

<p>
	Step 4 :
</p>

<p>
	Installing WordPress in website :
</p>

<p>
	you can upload the website file from FTP manager according to your preference but here I’ll show you how to install WordPress quickly via aaPanel terminal :
</p>

<p>
	First copy the Document root of your website :
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="7" width="896" alt="2021-10-24_15-01.png.cadcbc1cb05bd968cb4b95b5a4b6a5d2.png" src="https://www.alphagnu.com/uploads/monthly_2023_06/2021-10-24_15-01.png.cadcbc1cb05bd968cb4b95b5a4b6a5d2.png" loading="lazy" height="304.64">
</p>

<p>
	Login as root via the terminal (use user root and root password for login):
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="8" width="861" alt="2021-10-24_15-03.png.9570a24523ca8b991c87399953aa27d4.png" src="https://www.alphagnu.com/uploads/monthly_2023_06/2021-10-24_15-03.png.9570a24523ca8b991c87399953aa27d4.png" loading="lazy" height="602.7">
</p>

<p>
	Now run this commands one by one :
</p>

<p>
	***here my document root is /www/wwwroot/test.mysterydata.com replace with yours one
</p>

<pre class="ipsCode">cd /www/wwwroot/test.mysterydata.com
rm -rf index.html
wget https://wordpress.org/latest.zip
unzip latest.zip
rsync -av wordpress/ . &amp;&amp; rm -rf wordpress latest.zip
chown -R www:www *</pre>

<p>
	<br>
	That’s it open your website URL and follow the onscreen instructions the DB details are already created when you addedd the website above see Step 3 or you can create the new db details from aapanel admin &gt;&gt; Database menu
</p>
]]></description><guid isPermaLink="false">51</guid><pubDate>Tue, 20 Jun 2023 15:34:56 +0000</pubDate></item></channel></rss>
