Saturday, June 6, 2020

How To install Cockpit , Ajenti, And Webmin On Ubuntu 20.04 LTS


------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Cockpit is an open source application based on a web interface that allows you to control, monitor and manage the operation of a Linux server. - https://cockpit-project.org/


Ajenti is one of the most popular web-based control panels.

https://ajenti.org/


Webmin is a web-based dashboard that allows sysadmins to manage Linux and Unix-like systems (especially servers). Webmin allows system administrators to manage user accounts, updating packages, system log files, configuring firewalls, email, database, postfix, etc. - http://www.webmin.com/

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Testing Environment: Ubuntu 20.04 LTS         Hostname - www.example.com  - ip Address - 192.168.1.40

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

apt update ; apt install cockpit -y

systemctl start cockpit ; systemctl status cockpit

http://www.example.com:9090

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Ajenti -

curl -O https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh

bash ./install.sh

http://www.example.com:8000

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

webmin -

apt -y install python apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl

curl -L -O http://www.webmin.com/download/deb/webmin-current.deb

dpkg -i webmin-current.deb

systemctl restart webmin ; systemctl status webmin

https://www.example.com:10000/

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment