How to install Ajenti on Ubuntu 18.04

Ajenti is an open source control panel for managing your vps server.The great advantage of this panel is that it is free. To install you will need:

  • VPS, with the installed operating system Ubuntu 18.04;
  • The static IP address of your vps (primary IP);
  • Root access user

Download and Install Ajenti

First you need to add the repo key, it will serve to check the packages that you will install later

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

Then add the real repo to your list of sources.

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 installation

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

After the installation is complete, need to start the Ajenti server

sudo service ajenti restart

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

Ajenti Opening

Open Ajenti in your browser by going to https://192.0.2.0:8000. If the browser shows privacy error using this link, then this is completely normal and safe, go to your site.

Next, log in by entering your personal user data

Username: root
Password: admin

Customizing and Configuring Ajenti

Then please Click the Password button in the sidebar. Then enter admin under the old password and select a new, secure password. In the console, restart Ajenti, then log in with the new password

sudo service ajenti restart

Agenti Home – Ajenti Dashboard. It can be configured to display information about your server and uptime. You can further add more widgets by clicking Add Widget at the top

Was this article helpful?

Related Articles