Logo

How to Install Usermin on Ubuntu 24.04

Mar 19, 2024

To install Usermin on Ubuntu 24.04, follow the steps below.

Step 1 : Ensure your system is up-to-date by running:

sudo apt update

Step 2 : Usermin requires Perl and other dependencies. Install them using:

sudo apt install -y perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions libapt-pkg-perl

Step 3 : You can download the Usermin package from its official website or use the following command to download the latest version:

wget https://sourceforge.net/projects/webadmin/files/usermin/2.005/usermin_2.005_all.deb

Step 4 : Once the package is downloaded, install Usermin using:

sudo dpkg -i usermin_2.005_all.deb

In case you encounter any dependency issues during installation, run the following command to fix them:

sudo apt --fix-broken install

Step 5 : Configure Usermin

sudo /usr/share/usermin/setup.sh

Step 6 : Once installed and configured, you can access Usermin using a web browser. Navigate to https://your_server_ip:20000

And log in with your system username and password.

Congratulations! You have successfully installed Usermin on your Ubuntu 24.04 system.

Recommended