Login to your server as root and run the below commands
- aptitude update
Add the Key and Ajenti Repository
- wget http://repo.ajenti.org/debian/key -O- | apt-key add –
- echo “deb http://repo.ajenti.org/ng/debian main main ubuntu” >> /etc/apt/sources.list
Install Ajenti via apt-get or aptitude
- aptitude update
- aptitude install ajenti -y
Restart The Ajenti service by running the below command
- service ajenti restart
Access the website with your web browser
- https://IP-Address.com:8000 or https://your-domain.com:8000
Default Username and password is :
- Username: root
- Password: admin
You can now login change the default password & configure you dashboard as you like etc..