Control panelsLinuxUbuntu

How to install ajenti in Ubuntu 12.10/12.10/13.04/13.10 server

Ajenti is a server administration panel (Ajenti is cPanel alternative) for Linux distributions and FreeBSD. It is similar to cPanel, ISPConfig and others like them, but kinda light in features. It is a Free Software application whose development is spear-headed by Eugene Pankov.
Besides being a server administration panel, Ajenti may also be used by developers as a rapid-development platform to create Web frontends, and by hardware vendors to create Web interfaces.
Ajenti requires Ubuntu 12.04 Precise Pangolin. Previous releases might work with Python upgraded.

Install Ajenti

Add repository key:

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

Add repository to /etc/apt/sources.list:

sudo echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list

Install the package:

sudo apt-get update
sudo apt-get install ajenti

Start the service:

service ajenti restart

Remote access to the server is via https://[[server-IP]]:8000. Username is root and the password is admin.

ajenti login screen
ajenti login screen
Ajenti configuration
Ajenti configuration

mysql

interface for adding a cron job
interface for adding a cron job

For more information visit Ajenti website
See also: How to install ajenti control panel on CentOS 6.5

2 Comments

  1. Installing Ajenti in Centos 6.x
    Ajenti requires EPEL repositories
    Add repository key:

    # wget http://repo.ajenti.org/ajenti-repo-1.0-1.noarch.rpm
    # rpm -i ajenti-repo-1.0-1.noarch.rpm

    Install the package:

    # yum install ajenti

    Start the service:

    # service ajenti restart
    1. Thanks for the update Charls. I was getting error when I was installing it. Thanks for the information. I was doing wrong in # # wget http://repo.ajenti.org/ajenti-repo-1.0-1.noarch.rpm. thanks for the update.

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


This site uses Akismet to reduce spam. Learn how your comment data is processed.

Back to top button