Installing DirectAdmin on AlmaLinux Rocky Linux

How to install directadmin panel on almalinux and rocky linux OS

I just purchased VPS from The-Online.com to host my sites. I had emailed support and they asked me to take following steps to install directadmin control panel on Almalinux or Rocky Linux OS.

Server running DirectAdmin, it is recommended to set up the following partitions: /boot with 500 MB for boot files, swap with a size equal to twice the RAM but not exceeding 16 GB, /tmp with 1 GB for temporary files, and / (root) with 6 – 10 GB for the operating system. The /var partition should be allocated 8 – 20 GB to handle logs, emails, and databases, while /usr needs 5 – 12+ GB for user-installed software and DirectAdmin data. The remaining disk space, roughly 80%, should be allocated to /home for user data and websites. It’s also advisable to mount /home with the nosuid option in /etc/fstab for enhanced security. 

What are the next steps in directadmin installation? Is there any tutorial or step by step guide?

tags: #directadmin #os #linux #almalinux #rockylinux #ubuntu #installation #help

One Comment

  1. Here’s how I installed direct-admin on Almalinux OS when I bought VPS here. You require minimum 1 CPU Core and 1 GB RAM VPS.
    Step 1: Update Your Server

    For AlmaLinux and Rocky Linux:
    sudo yum update -y

    For Ubuntu:
    sudo apt update && sudo apt upgrade -y

    Step 2: Set Hostname in FQDN
    sudo hostnamectl set-hostname server.example.com

    Step 3: Install Required Directadmin Packages
    sudo yum install wget perl curl -y

    Step 4: Download directadmin installation script
    Navigate to the ‘/usr/local’ directory and download the DirectAdmin setup script.
    cd /usr/local

    Step 5: Run Directadmin installation
    bash <(curl -fsSL https://download.directadmin.com/setup.sh) 'Provided license key here'

    Step 6: Optionally, Configure Firewall
    sudo firewall-cmd –permanent –add-port=2222/tcp
    sudo firewall-cmd –permanent –add-port=80/tcp
    sudo firewall-cmd –permanent –add-port=443/tcp
    sudo firewall-cmd –reload

    Step 7: Access Directadmin via Browser
    Once the installation is complete, DirectAdmin should be running. You can access the DirectAdmin control panel via your web browser.
    Navigate to https://your-server-hostname:2222

    By following these steps, you should have a functional DirectAdmin installation ready to manage your hosting environment.

Comments are closed.

People Also Like

  • Download and Install Microsoft Office Apps

    Here’s how to install Office Apps with Microsoft 365 Business Premium When you purchase Microsoft 365 Business Premium and Premium Security plans at The-Online.com (Micorsoft’s…

  • Register Domain Name

    name.com internetx, inwx, arsys, hostpapa, strato, world4you, centralnic, sedo, namejet, atom, sav.com, resellerspanel, liquidnet, srsplus, opensrs, easydns, 101domain, eurodns, webnic, hover.com, rebel.com, godaddy, cloudflare Views:…

  • Best DNS Hosting Providers 2024

    Choose your best DNS hosting provider here The list below displays some of the top and best DNS hosting providers around the world. Pick your…

  • About WordPress Archive Pages

    What is WordPress Archive and How to use Archive Pages In the context of WordPress, an archive refers to a page that gathers together multiple…

  • Pharmacy Site Domain Registration

    Can I register domain name for pharmacy site here? I’ve some pharmacy domain names earlier registered with nicenic registrar but they have recently started suspending…

  • Importance of Web Hosting for Business

    Why Web Hosting Is Critical for Business Growth When you run a business online, your website is more than a digital brochure. It is your…