How To Install Ajenti On Ubuntu, Linux Mint And Debian

Hello Linux Geeksters. For those that don’t know, Ajenti is a web based tool used for managing administrating tasks, similar to Webmin.

Watch Free Movies

Ajenti is very powerful, because it has many plugins for configuring and monitorizing the following services: Apache, Cron, CTDB, NFSD, Iptables, Munin, MySQL, Netatalk, NGINX, PostgreSQL, Samba, lm-sensors, Squid 3, Supervisor.

 how to install Ajenti on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Sid, Debian Wheezy and Debian Squeeze.

In this article I will show you how to install Ajenti on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Sid, Debian Wheezy and Debian Squeeze.

These instructions are from the official site, and they are listed for Debian,  but I did not have any problem in using this instructions on Ubuntu:

Add the repository and its key:

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

Update the local repositories:

$ sudo apt-get update

Install Ajenti:

$ apt-get install ajenti

Scroll to Top