Ajenti

Step 1: Downloading and Installing Ajenti

First, add the repo key. This is used to validate the packages you will install.

wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -

Add the actual repo to your sources list.

echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" | sudo tee -a /etc/apt/sources.list

Now update your packages and start the install.

sudo apt-get update && sudo apt-get install ajenti

When it finishes its installation, start the Ajenti server.

sudo service ajenti restart

systemctl restart ajenti

If you've followed the above steps correctly, your console will contain * started.

Step 2: Opening Ajenti

Open Ajenti in your browser by navigating to https://192.0.2.0:8000. You might get a privacy error - if this happens, it's completely normal and safe, continue to your website.

Log in with the default root username and password:

Username: root Password: admin