Facebook X (Twitter) Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook X (Twitter) Instagram
    TecAdmin
    You are at:Home»Control Panel»Ajenti»How To Install Ajenti Control Panel on Ubuntu & Debian

    How To Install Ajenti Control Panel on Ubuntu & Debian

    By RahulOctober 30, 20192 Mins Read

    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

    Related Posts

    How to Install Cockpit on Ubuntu

    How to Install and Use Cockpit on Ubuntu

    Adding Let’s Entrypt SSL to Webmin Hostname

    How To Install Webmin on Ubuntu 20.04

    View 4 Comments

    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

    Advertisement
    Recent Posts
    • Using .env Files in Django
    • Using .env File in FastAPI
    • Setting Up Email Notifications for Django Error Reporting
    • How to Enable Apache Rewrite (mod_rewrite) Module
    • What are Microservices?
    Facebook X (Twitter) Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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