Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Control Panel»How to Install Latest Webmin on Debian 10/9/8

    How to Install Latest Webmin on Debian 10/9/8

    RahulBy RahulOctober 1, 20152 Mins ReadUpdated:June 15, 2019

    Webmin is a web hosting control panel like CPanel which provides easy to use interface for managing Unix-like systems. Webmin is very easy to use and a lightweight application can be easily installed on the system within a minute. Webmin removed all the manual tasks to be done through command lines.

    webmin-large-image

    This article will help you to Install and Configure Webmin on Debian 10, Debian 9 and Debian 8 systems. This article is using APT to install Webmin, you may also download Webmin packages directly and install in system.

    Step 1 – Add APT Repository

    To install or update Webmin in Ubuntu systems using APT, Edit /etc/apt/sources.list file on your system and add the following lines at the end of the file. This repository contains all required packages for Webmin installation.

    deb http://download.webmin.com/download/repository sarge contrib
    deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
    

    Step 2 – Import GPG Key

    Before installing Webmin, You must import GPG key by which above-added repository is signed using the following command.

    wget http://www.webmin.com/jcameron-key.asc
    sudo apt-key add jcameron-key.asc
    

    Step 3 – Install Latest Webmin

    Let’s use the following command to install webmin in our system. Webmin is by default installed in /usr/share/webmin.

    sudo apt-get update
    sudo apt-get install webmin
    

    Step 4 – Access Webmin

    Webmin by default run on port 10000, we can simply access Webmin by accessing our server on port 10000 in a web browser. It will ask for user credentials. Use your system user or root login with the password to access Webmin. To access Webmin remotely, replace localhost with your system’s IP address or hostname.

    https://localhost:10000/
    

    Install Latest Webmin 1

    Install Latest Webmin 2

    Congratulation’s you have successfully installed webmin in your Dabian based system. To install webmin in CentOS/RHEL systems use next article Install Webmin on CentOS & RedHat.

    FAQs:-

    How to Reset Webmin root Password in Ubuntu

    If you forgot Webmin root password or password is not working in any cases, You can simply use the following command to reset it.

    /usr/share/webmin/changepass.pl /etc/webmin root new_password_here
    
    Control Panel cpanel hosting web hosting Webmin
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Enable Password Saving in FileZilla
    Next Article How to Download Files with cURL (5 Examples)

    Related Posts

    How to Rename MySQL Database

    Updated:July 26, 20213 Mins Read

    Adding Let’s Entrypt SSL to Webmin Hostname

    2 Mins Read

    How To Install Webmin on Ubuntu 20.04

    2 Mins Read

    How to Install Webmin on CentOS/RHEL 8

    Updated:February 12, 20202 Mins Read

    How to Install Webmin on Ubuntu 18.04 & 16.04 LTS

    Updated:August 21, 20202 Mins Read

    How To Install LAMP (Apache, MySQL, PHP) on Debian 8 Jessie

    Updated:November 29, 20192 Mins Read

    5 Comments

    1. deb88 on July 16, 2019 7:29 pm

      Virtualmin Webmin is not working on Debian 10, so please stop with your clickbait titles

      Reply
    2. Tommy on July 9, 2019 12:10 pm

      Virtualmin installing on Debian 10:
      ERROR No repos available for this OS. Are you running unstable/testing?

      Reply
    3. Bruce Smith on September 30, 2018 11:45 pm

      Failed to fetch http://webmin.mirror.somersettechsolutions.co.uk/repository/dists/sarge/InRelease Could not connect to webmin.mirror.somersettechsolutions.co.uk:80 (185.124.160.123), connection timed out
      W: Some index files failed to download. They have been ignored, or old ones used instead.

      Reply
    4. Emily on January 30, 2016 8:18 pm

      Downloading a key over http is subject to a man in the middle (MITM) attack. Please update the instructions so that the users are instructed to verify that they received the correct key before additing it as a trusted installation key.

      A good example is https://www.elastic.co/guide/en/elasticsearch/client/curator/3.4/installation.html#apt-repository
      a discussion of the issues with this pattern: http://security.stackexchange.com/questions/86791/is-adding-apt-keys-using-wget-secure

      Reply
    5. Dede Erik on December 11, 2014 11:09 pm

      Thanks mate for your guide, its work.

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Enable / disable Firewall in Windows
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.