Installing Webmin in Ubuntu Linux VPS

Опубликовано: 10 Октябрь 2024
на канале: Kuyang TJ
1,108
3

1. Login as the root user

2. Add Webmin to Apt repository

3. Using Nano text editor, open and edit the file, to do this, type " nano /etc/apt/sources.list"

4. Go to the last line and add the following:
"deb http://download.webmin.com/download/r... sarge contrib" and press enter to go to the next line and add the second one "deb http://webmin.mirror.somersettechsolu... sarge contrib" then press CTRL + X the hit Y and press Enter to save the file.

5. Make sure that you are using the root user and enter to the root directory, to do this, type "cd /root"

6. Download and install Webmin's GPG key, to do this, type the following:
to download "wget http://www.webmin.com/jcameron-key.asc"
and to install "apt-key add jcameron-key.asc"

7. Update the server by typing "apt-get update" (note that I did not use sudo for this command because I am using the root user)

8. Install Webmin by typing "apt-get install webmin"

9. That's it. Open your browser and type in your ip address and port number 10000 (e.g. https://192.168.1.55:10000) and press enter.

10. Login as root user (username/password should be the same as your user/pass for your SSH). After successful login, install all the updates (optional).

ENJOY! :) Again, this is TJ and Gerlyn of Miranda-PCS.Com Thank you for watching! Subscribe for more videos. We plan to release at least one video per week.