Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Control Panel»Ajenti»How To Install Ajenti Control Panel on Ubuntu & Debian

    How To Install Ajenti Control Panel on Ubuntu & Debian

    RahulBy RahulJune 24, 20142 Mins ReadUpdated:October 30, 2019

    Ajenti is a web-based control panel for managing systems (like Webmin, cPanel). It has a very beautiful and user-friendly interface. For personal use, Ajenti is freely available for under AGPLv3. For commercial use, you have to pay for a small amount regularly.

    This article will help you to install the Ajenti control panel on Ubuntu and Debian systems. This article has been tested with Debian 10 (Buster) only.

    Step 1 – Add Repository

    Ajenti provides its own repository for installing its packages. Use one of the following commands to add Ajenti apt repository based on your operating system.

    On Debian – Ajenti requires Debian 8 or later.

    wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -
    echo "deb http://repo.ajenti.org/debian main main debian" >> /etc/apt/sources.list
    

    On Ubuntu – Ajenti requires ubuntu 16.04 or later. Previous releases might work with Python upgraded

    wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -
    sudo echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list
    

    Step 2: Install Ajenti Control Panel

    After adding required repository in our system, Let’s install Ajenti control panel using following command.

    sudo apt update
    sudo apt install ajenti
    

    Step 3 – Access Ajenti Control Panel

    Ajenti default works on port 8000 with secure HTTP (HTTPS). You will most likely receive a warning message indicating that there is an issue with the server’s certificate. There is no problem because Ajenti is using a self signed certificate. we just need to accept it and proceed.

      https://svr2.tecadmin.net:8000/
    
      Username: root
      Password: admin
    

    Ajenti Login Screen –

    ajenti-login-screen

    Ajenti Dashboard –

    ajenti-dashboard-ubuntu

    Step 4 – Manage Ajenti Service

    Ajenti provides init service to Start/Stop/Restart Ajenti service. Use one of the following commands as per requirements

    sudo systemctl start ajenti.service
    sudo systemctl stop ajenti.service
    sudo systemctl restart ajenti.service
    sudo systemctl status ajenti.service
    
    ajenti Control Panel
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow To Install Ajenti Control Panel on CentOS, RedHat and Fedora
    Next Article How to Install OpenOffice on Ubuntu, Debian & LinuxMint

    Related Posts

    Adding Let’s Entrypt SSL to Webmin Hostname

    2 Mins Read

    How To Install Webmin on Ubuntu 20.04

    2 Mins Read

    How to Install Webmin on CentOS/RHEL 8

    Updated:February 12, 20202 Mins Read

    How to Install Webmin on Ubuntu 18.04 & 16.04 LTS

    Updated:August 21, 20202 Mins Read

    How to Install Redis on cPanel

    Updated:April 2, 20182 Mins Read

    How to Install CentOS Web Panel on CentOS, RedHat and cloudLinux

    Updated:November 17, 20173 Mins Read

    4 Comments

    1. Kemal on November 13, 2020 8:19 pm

      Don’t work. Useless project. No longer update… Very slow developer team… Piece of s1ht Goodbye Ajenti.

      Reply
    2. Josh on October 13, 2020 7:15 am

      No longer works.
      The following packages have unmet dependencies:
      ajenti : Depends: python-imaging but it is not installable
      E: Unable to correct problems, you have held broken packages.

      Reply
    3. Mohin Lalim on July 20, 2014 3:15 pm

      Thank you for the good writeup. It if truth be told used to be a amusement account it.
      Look advanced to far introduced agreeable from
      you!

      Reply
    4. ravi on July 20, 2014 10:41 am

      how to connect oracle with ruby

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • How To Install Docker on Ubuntu 22.04
    • How to Install Bower on Ubuntu 22.04 & 20.04
    • How to run “npm start” through Docker
    • Filesystem Hierarchy Structure (FHS) in Linux
    • How to accept user input in Python
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.