• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Ajenti Control panel on Linux mint 20.2

  • 00:39 lsb_release -a
  • 01:15 apt update && sudo apt upgrade -y
  • 01:25 systemctl reboot
  • 01:45 curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -
  • 02:14 ufw allow 8000
  • 02:23 ufw enable
  • 02:31 ufw reload
{{postValue.id}}

To Install Ajenti Control Panel On Linux Mint 20.2

Introduction

Ajenti is an open source, web-based control panel that can be used for a large variety of server management tasks. It can install packages and run commands, and you can view basic server information such as RAM in use, free disk space, etc.

Step 1 : Check the OS version by using the below command

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Linuxmint
Description:	Linux Mint 20.2
Release:	20.2
Codename:	uma

Step 2 : Need to update andupgrade the system software to the latest version by using the below command

root@linuxhelp:~# apt update && sudo apt upgrade -y    
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Ign:2 http://packages.linuxmint.com uma InRelease             
Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]                                                          
Hit:4 http://archive.canonical.com/ubuntu focal InRelease                                                                                                                           
Hit:5 http://packages.linuxmint.com uma Release                                           
Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Get:7 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [281 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [364 kB]             
Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [40.7 kB]                
Get:12 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [944 B]                                            
Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [66.2 kB]          
Get:14 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 DEP-11 Metadata [7,980 B]
Get:15 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [12.2 kB]                                         
Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2,464 B]       
Fetched 1,112 kB in 3s (444 kB/s)              
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Step 3 : Reboot the system before starting the installation of Ajenti by using the below command

root@linuxhelp:~# systemctl reboot

Step 4 : Download the Ajenti installation script using the below curl command, which will install Ajenti along with all the needed dependencies.

root@linuxhelp:~# curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s - % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4987  100  4987    0     0  13263      0 --:--:-- --:--:-- --:--:-- 13228

:: OS: debian
:: Distro: ubuntu


:: Enabling universe repository


:: Installing prerequisites

Hit:1 http://archive.canonical.com/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease              
with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

:: Installing initscript

/usr/bin/systemctl
Created symlink /etc/systemd/system/multi-user.target.wants/ajenti.service → /lib/systemd/system/ajenti.service.

:: Complete



Ajenti will be listening at https://192.168.6.116:8000
Log in with your root password or another OS user

Step 5 : Open the “8000” port on the firewall/router for remote access of the web interface by using the below command

root@linuxhelp:~# ufw allow 8000
Rules updated
Rules updated (v6)

Step 6 : Enable the firewall by using the below command

root@linuxhelp:~# ufw enable
Firewall is active and enabled on system startup

Step 7 : Reload the firewall by using the below command

root@linuxhelp:~# ufw reload
Firewall reloaded

Step 8 : Open a web browser and type the IP of the server to view the installed Ajenti.

Snap 1

Step 9 : Enter the credentials in menu

Snap 2

Step 10 : Here we can see the dashboard of ajenti control panel

Snap 3

Step 11 : Here we can see the Terminal and we can run commands as usual in our original terminial

Snap 4

Step 12 : Here we can see the Daemons process running status

Snap 5

By this, the process of installing the Ajenti Control panel On Linux mint 20.2 has come to an end.

Tags:
connor
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Is Ajenti dependencies need to download?

A

No, because the installation script has been installed along with the dependency packages.

Q

What is the download process of Ajenti?

A

To download the Ajenti using the below link
(curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -) URL

Q

What is the command line to allow the firewall with adding the port?

A

The command line to allow the firewall with adding the port is using by ufw allow 8000 commands.

Q

How does the firewall get enabled?

A

To enable the firewall use the ufw enable command.

Q

What is the procedure for reloading the firewall?

A

To reload the firewall by using the ufw reload command.

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaac ?
How to run windows application in linux

I need to run the windows application in my Linux machine, instead of installing from yum repo or any other repos. How to do that..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.