How to Install Ajenti on Debian Latest

Ajenti is a popular open-source web-based control panel that allows users to manage servers and web services. In this tutorial, we will guide you through the process of installing Ajenti on Debian latest.

Prerequisites

Before you can install Ajenti on your Debian system, ensure that you have:

Step 1: Update the System

Before you proceed with the installation, ensure that you update your system packages and repositories as below:

sudo apt-get update
sudo apt-get upgrade

Step 2: Install Ajenti Dependencies

Ajenti requires some dependencies before installation. Install them by running the following command:

sudo apt-get install libssl-dev python-pip python-dev libffi-dev gcc

Step 3: Install Ajenti

  1. To install Ajenti, add the official repository GPG key, and sources list with the command below:
wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -
echo "deb http://repo.ajenti.org/debian main main debian" | sudo tee -a /etc/apt/sources.list.d/ajenti.list
  1. Update the package list and install Ajenti by running the command needed below:
sudo apt-get update
sudo apt-get install ajenti
  1. After installation, start and enable Ajenti to run on boot by running the following command:
sudo systemctl start ajenti
sudo systemctl enable ajenti

Step 4: Accessing the Ajenti Web Interface

After the installation and configuration process is complete, you can access the Ajenti web interface by opening a web browser and typing the following URL:

https://your-server-ip-address:8000

You should see the Ajenti login screen. Use your root username and password to log in to your Ajenti dashboard.

Conclusion

We have shown you how to install Ajenti on a Debian latest system. You can now log in to your Ajenti dashboard and start managing your server using Ajenti's user-friendly web interface. However, remember to be cautious when making configuration changes as a single error could cause system problems.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!

Alternatively, for the best virtual desktop, try Shells!