• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

Install webmin on Ubuntu 14.04 LTS Server

July 10, 2015 by Sharad Chhetri

Webmin which is a web based system administration tool for unix based servers . The post will guide you to install latest webmin on Ubuntu 14.04 LTS Server.

The webmin has list of modules to manage the unix / linux servers. One of the well known module is Virtualmin which will talk later on our blog. The person can easily manage the servers through any modern web browser.

Project URL : http://www.webmin.com/

Description of our Lab

Operating System : Ubuntu 14.04 LTS Server
Arch : x86_64
Webmin version : 1.750
Webmin Port No.: 10000 (Default port number)
Server IP Address : 192.168.122.111 (This is our server ip address)

Follow step by step guide to install webmin on Ubuntu 14.04 LTS Server

Step 1: Install all the dependencies of webmin .

sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python

Step 2 : To install always stable and latest release of webmin, use the following given URL. Here, we will download by using wget command in server.

wget http://www.webmin.com/download/deb/webmin-current.deb

Step 3 : Now install the downloaded webmin package.

sudo dpkg -i webmin-current.deb

Step 4 : In this section , we will learn how to manage the webmin service.

To start webmin

sudo service webmin start


To stop webmin

sudo service webmin stop


To restart webmin

sudo service webmin restart


To check status of webmin

sudo service webmin status


Step 5: Set root password of Ubuntu system.
For this you have to become superuser first and set the password.

sudo su -
passwd root

Step 6: To access the webmin on web browser before this you should check if webmin service is running or not.

The webmin service should be running in your server. You can get info to start webmin with command line from above given Step 4 command.

The webmin use the by default port no. 10000.
The webmin web interface will open in HTTPS.

Open the web browser and access webmin in https with server ip address followed by 10000 (port no.)

Example:
https://192.168.122.111:10000

Login with superuser or root of server. If you have not set root password, follow it from Step 5.

webmin

Once you login, you will get the webmin panel.

webmin

The webmin has many modules available, from which you can manage the servers . These modules you have to install. Virtualmin module is famous and is used for managing your virtual domains, mailboxes, databases, applications, and the entire server, from one comprehensive and friendly interface. About this module we will discuss in our next blog post.

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. Install Openssh server on Ubuntu Desktop / Server
  2. How to install and configure FTP server in Ubuntu 12.04 LTS
  3. How to install and configure Secure FTP server in Ubuntu 12.04 LTS
  4. Install MongoDB server on Ubuntu 12.04 LTS
  5. How to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr)
  6. Install MariaDB Server 10.0 on Ubuntu 14.04 LTS ( Trusty Tahr )
  7. Install bugzilla with MySQL 5.6 on Ubuntu 14.04 LTS server
  8. Install postgresql 9.4 on Ubuntu 14.04 LTS server
  9. Install and compile nginx 1.14 on Ubuntu 18.04 LTS server
  10. How to install Jenkins on Ubuntu 18.04 LTS server

Filed Under: Linux Tagged With: webmin

Reader Interactions

Comments

  1. ws says

    November 2, 2016 at 7:37 pm

    thanks

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

How to install korn shell ksh in Linux

How to add/install Ubuntu fonts in CentOS/Red Hat Linux

df command not showing correct free space in linux

How to hide php version information in header

How to page scroll up/down in Linux terminal

How to change login banner message in GUI mode in CentOS 6 or above version.

How to find when Operating system was installed in linux CentOS and Red Hat

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy