Home Installing Web Panels

Installing Web Panels

By Stealth RDP
5 articles

How to install Centos Web Panel (CWP) (Free Web Panel)

In this tutorial, we will be installing CWP on a Linux Centos server and I will try to make the tutorial as easy as possible, we are going to use the free plan which offers: System Requirements: 1. Setup Hostname: hostname srv1.example.com 2. Software Requirements You must have a clean/fresh installation of supported operating systems: CentOS 6, RedHat 6 or CloudLinux 6, MINIMAL installation and English version only! NOT Recommended for the new installations as we don’t develop new features for it CentOS 7 minimal is recommended version. (RECOMMENDED) The best version to be used with CWP as it provides the most features and CWP Secure Kernel. CentOS 8 (Stream) is also supported. We have our custom repositories making CentOS 8 Stream a stable version. 3. Hardware Requirements 64 bit operating systems require a minimum of 1024 MB RAM (recommended). Recommended System: 4 GB+ RAM so you would have the full functionality such as Anti-virus scan of emails 1. Preparing Server: yum -y install wget (For CentOS 8:) may need to install the EPEL repository to be able to install tools like wget: yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm dnf install wget -y 2. Server Update: yum -y update 3. Reboot Server: Reboot Installation Now you are ready to start CWP Installation CWP installer can run more than 30 minutes because it needs to compile apache and php from source CentOS 6: New Installer with MARIA-DB 10-latest (NOT recommended) cd /usr/local/src wget http://centos-webpanel.com/cwp-latest sh cwp-latest CentOS 7: Installer for CentOS 7 (recommended) cd /usr/local/src wget http://centos-webpanel.com/cwp-el7-latest sh cwp-el7-latest CentOS 8: Installer for CentOS 8 cd /usr/local/src wget http://centos-webpanel.com/cwp-el8-latest sh cwp-el8-latest Optionals Available long name arguments –restart yes (for automatic restart after successfull install) –phpfpm [5.3|5.4|5.5|5.6|7.0|7.1|7.2|7.3|7.4] (you can use only one) –softaculous yes (install softaculous – script installer) Available short name arguments -r yes (for automatic restart after successfull install) -p [5.3|5.4|5.5|5.6|7.0|7.1|7.2|7.3|7.4] (you can use only one) -s yes (install softaculous – script installer) Example for centos 7 (you can combine short and long name arguments) sh cwp-el7-latest -r yes --phpfpm 7.3 --softaculous yes Any of this additionals can be also installed later from cwp gui. Reboot Server Reboot your server so that all updates can take effect and CWP gets started. Reboot Cloud Linux Optional (You need a license to use it) # wget //repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy # sh cldeploy -k YOUR-KEY # cd /usr/local/src/ # wget //dl1.centos-webpanel.com/files/c_scripts/cloudlinux.sh # sh cloudlinux.sh After CloudLinux installer is done it will automatically reboot the server! After reboot, you need to build CageFS and enable it /usr/sbin/cagefsctl --init cagefsctl --enable-all Configuration Log in to your CWP server using the link provided by the installer on your server. Control WebPanel Admin GUI at http://SERVER-IP:2030/ Username: root Password: YOUR_ROOT_PASSWORD Setup root email Setup at least one hosting package Or edit default package. Setup shared IP Must be your public IP address. Setup nameservers And now you are ready to host domains.

Last updated on Dec 28, 2023

How to install Direct admin in a Linux server?

Do you want to install direct admin on your Linux server? Well, I am here to demonstrate how you can install direct admin. Step1: Do you meet the system requirements? Clean OS installs At least one external IP address. Supported OS and versions: CloudLinux: 6.x 64-bit, 7.x 64-bit, 8.x 64-bit AlmaLinux / RHEL / CentOS: 7.x 64-bit, 8.x 64-bit Debian: 8.x 64-bit, 9.x 64-bit, 10.x 64-bit, 11.x 64-bit ALPHA Ubuntu: 16.04 64-bit, 18.04 64-bit, 20.04 64-bit FreeBSD: 11.x 64-bit, 12.x 64-bit Step2: Make sure your license information is correct Sign in to your client account and click the "view" link next to your license here: https://www.directadmin.com/clients/ Verify that the server IP address and operating system is correct. Also make sure that the license is Active and Verified (if it isn't, then our billing system hasn't processed your order yet). Step3: Begin the installation! Log in as root to your server, download the installation script, and run it: bash <(curl -Ss https://www.directadmin.com/setup.sh || wget -O - https://www.directadmin.com/setup.sh) auto Or bash <(curl -fsSL https://download.directadmin.com/setup.sh) 'Provided license key should go here' The auto method will be best for most people. It automatically installs everything for you, including the CSF firewall. It can also be called without the'auto' option, which requires input but allows for customization. Important: The hostname should not be the same as the primary domain name. e.g. gary.com is not a good hostname, where server.gary.com is. Having the same host/main domain name will cause e-mail and FTP problems. Also, please make sure the hostname resolves once you set up DNS. Accessing the Control Panel DirectAdmin can be accessed at http://server.ip.address:2222. Use the Admin username/password from the output information provided by setup.sh (the same information is specified in the /usr/local/directadmin/scripts/setup.txt file)

Last updated on Dec 29, 2023

Install Cpanel and WHM in Linux (You need a license)

In this tutorial, we will be installing a Cpanel and WHM in a Linux server and I will try to make the tutorial as easy as possible, You will have to buy the Cpanel license from their website. Important Note: cPanel, L.L.C. designs software for commercial hosting. Therefore, we only license publicly visible, static IP addresses. We do not license dynamic, reserved, sticky, or internal IP addresses. We do not provide an uninstaller. If you wish to remove our software, you must reformat the server. Only install cPanel & WHM on a freshly installed operating system. You must log in to the server as the root user in order to install cPanel & WHM. If you do not possess root-level access, contact your system administrator or hosting provider for assistance. We recommend that you use the cPanel & WHM installer, which installs all of the services that it requires. If you install services before you install cPanel & WHM, you will encounter compatibility issues. New installations of cPanel & WHM default to the fast installation mode. To disable the fast installation mode, use the steps in our Customize Your Installation documentation. Installation Guide - System Requirements Before you install cPanel & WHM or cPanel DNSOnly®, make certain that your system meets all of our minimum requirements for new installations. Minimum requirements differ depending on what operating system your server uses: System Requirements for AlmaLinux: https://docs.cpanel.net/installation-guide/system-requirements-almalinux System Requirements for CloudLinux™: https://docs.cpanel.net/installation-guide/system-requirements-cloudlinux System Requirements for Rocky Linux: https://docs.cpanel.net/installation-guide/system-requirements-rockylinux/ Installation Guide - Installation: cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

Last updated on Dec 29, 2023

Install Cyber Panel With OpenLiteSpeed in Linux

In this tutorial, we will be installing a cyber panel in a Linux server and I will try to make the tutorial as easy as possible, we are going to use the free plan which offers: Unlimited Domains Unlimited Subdomains Unlimited Databases Multiple PHP Lets Encrypt SSL LSCache for WordPress Community Support OpenLiteSpeed Server Make sure you have Python installed cmd Step 1: Update and Refresh Repository Lists Open a terminal window, and enter the following: sudo apt update ** Step 2: Install Supporting Software** The software-properties-common package gives you better control over your package manager by letting you add PPA (Personal Package Archive) repositories. Install the supporting software with the command: sudo apt install software-properties-common ** Step 3: Add Deadsnakes PPA** Deadsnakes is a PPA with newer releases than the default Ubuntu repositories. Add the PPA by entering the following: sudo add-apt-repository ppa:deadsnakes/ppa ** The system will prompt you to press enter to continue. Do so, and allow it to finish. Refresh the package lists again:** sudo apt update ** Step 4: Install Python 3** Now you can start the installation of Python 3.8 with the command: sudo apt install python3.8 ** Allow the process to complete and verify the Python version was installed successfully:** python ––version We are ready to install the cyber Panel now. You Just need to enter a single command and then follow the procedure step by step Command- sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh) (If you don’t know to troubleshoot SQL errors) Install it without remote SQL to avoid getting technical errors in future. Access After the successful installation, you can access CyberPanel using the details below (Until you have specified login credentials on installation) (make sure to change): Visit: https::8090 Username: admin Password: 1234567 503 Error After Install If you get a 503 error after installing CyberPanel, you can do one of the following things. 1. Check LSCPD Status: systemctl status lscpd If LSCPD is not running, start LSCPD using: systemctl start lscpd 1. Manually set up virtualevn with the following commands: #1 source /usr/local/CyberCP/bin/activate #2 pip install --ignore-installed -r /usr/local/CyberCP/requirments.txt #3 Deactivate #4 virtualenv --system-site-packages /usr/local/CyberCP #5 systemctl restart lscpd If after this you are still having issues, you can try to find errors in the install logs, they are located at: /var/log/installLogs.txt

Last updated on Dec 29, 2023

Install Fast Panel in Linux (Web Hosting Free Panel)

Introduction FASTPANEL is a simple and powerful server management panel that allows you to create sites in a few clicks, manage mail, databases, backups, plan tasks, and analyze traffic. Set and configure access rights as you like - each site can be assigned to a single user. To improve the security of your account, connect two-factor authentication. More information can be found on an official web page: You will have to buy the free license from their website and enter your server IP address and it will be activated. https://fastpanel.direct/ Demo version can be tried here: https://fastpanel.direct/demo Installation Requirements: Please note that the panel can only be installed on a freshly installed operating system (only Debian 8, Debian 9, Debian 10, Ubuntu 18.04, Ubuntu 20.04 and CentOS 7 are supported). Installation on the configured server is impossible! Step 1: Connect to your server via SSH using your root-password Step 2. If wget utility is not installed on your server, execute the following commands in order to get it: Debian/Ubuntu: apt-get update; apt-get install wget For CentOS: yum makecache; yum install wget Step 3. Initiate FASTPANEL® installation by running the following command: wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - Step 4. After successful installation of FASTPANEL® you will get a message with the access data Similar to the example below: Installation Done Congratulations! FASTPANEL® successfully installed and available now for you at FASTPANEL uses 8888 port, so to connect to the control panel on your internet browser enter: https://ip_of_your_server:8888 On your first login, the Panel will ask you for a license. In order to get one, simply enter your email address. The license data will be sent to your email address. Log in details for the first attempt to log in are: Username: fastuser The password for the "fastuser" user matches the "root" user password of the server

Last updated on Dec 29, 2023