Usermin, Webmin and Virtualmin - What are the Differences?

27,788

Solution 1

Webmin is a Perl-based (not Apache-based) administration interface which, unlike cPanel, allows you to control every aspect of your server, either visually or manually, through the use of web forms. It also features a cool java file manager which allows you to get a visual idea of what's on your HDDs and it can perform basic file operations on them. In terms of security, you can restrict access to its interface by specifying a list of IPs or classes of IPs.

If you intend to handle multiple domains then Virtualmin (it's a module for Webmin) is the best choice as it allows you to manage a domain in a centralized way, that is, it automatically takes care of DNS zones, email aliases and Apache vhosts. Of course, you can fine tune BIND, Apache and the mail server by using the visual configuration of/or the manual configuration.

If you intend to give others access to the server then Usermin is a good choice as it allows normal users to access the SQL server, email server plus more but be careful what modules you activate, that is, don't enable modules unless you intend to use them.

Support: Webmin offers good support for Ubuntu and it can give you good information about outdated packages plus the possibility to update them. It also has a couple of modules which were specially designed for Ubuntu administration tasks.

Solution 2

Between Usermin, Webmin and Virtualmin which one does the job and is less resource hungry?

classicmanpro did a great job covering most of the differences, but I'll try to clear up the confusion here about resource usage.

Virtualmin is a module of Webmin. You can't have Virtualmin without Webmin.

Resource usage of Virtualmin, by default, is a bit higher than Webmin by itself, but it does not have to be. Virtualmin enables caching and pre-loading of a number of libraries, making the default memory usage somewhere around 110MB, while a normal Webmin install on a 32 bit system will be only about 10-12MB. You can easily disable the caching and such that Virtualmin does to make it use exactly the same amount of memory as Webmin alone. There is documentation about this here: http://www.virtualmin.com/documentation/system/low-memory

Usermin is a webmail client, with some extras. If you need to manage your server, then you need Webmin, or Webmin+Virtualmin. Usermin may or may not be a useful addition. I like having it on servers that have mail, because I can check mail with my phone (there is a mobile theme that provides a pretty nice UI on WebKit enabled phones like iPhone and Android phones). Resource usage of Usermin is similar to, but separate from Webmin (Usermin is not a module of Webmin; it is a separate server, and it drops privileges and performs actions as the logged in user, making it safer for some use cases). i.e. Usermin on a 32 bit system takes about 10-12MB of memory.

In short:

  • I generally install Webmin on every UNIX/Linux/Mac OS X server I manage, regardless of its purpose, and have done so for a decade or more. It is a general purpose administration tool, similar in purpose to your shell and text editor; it just happens to make it a little easier to get the configuration syntax right the first time and without having to consult the documentation as much.
  • Virtualmin is for web hosting servers. If you are hosting websites, then you probably want Virtualmin, as it provides a single point of management for all of the configuration files that go into having a "website" (Apache vhosts, DNS, mail, databases, log analysis, users, etc.).
  • Usermin is webmail, plus some other nifty features.

Disclosure: I am a developer on Webmin, Usermin, Virtualmin and Cloudmin, and work for Virtualmin, Inc.

Share:
27,788

Related videos on Youtube

dathor
Author by

dathor

If you need to, you can contact me at: alix [dot] axel [at] gmail [dot] com. I'm #SOreadytohelp Some of my GitHub repositories: phunction, a minimalistic PHP HMVC Framework. halBox, bash script to bootstrap Debian/Ubuntu servers. ArrestDB, RESTful API for SQLite, MySQL and PostgreSQL databases. genex.js, Genex module for Node.js. If you know how to work with regexes, have a look at http://namegrep.com/. ;)

Updated on September 17, 2022

Comments

  • dathor
    dathor almost 2 years

    I just bought a new VPS and I basically need to set up a LAMP(HP) stack, I'm considering between CentOS or Ubuntu as my operating system but I also need a hosting control panel to ease the system administrator tasks involved in hosting a website since I'm not much of a Linux guru...

    I've used cPanel and Plesk in the past to host hundreds of virtual hosts in some dedicated servers and besides the license price I've nothing to complain. I've also used OpenPanel in the last dedicated server I bought to host about 5 websites, the interface is quite nice but there are still some minor bugs / lack of features and I also think the project has staled because the last release was back in July, 2008.

    I've also asked a related question about free hosting control panel alternatives, but honestly the answers were not very helpful to me. Having considered all the suggestions I've found [User|Web|Virtual]min to be the most appropriate for me, I've already installed and tried Virtualmin (it also installs Webmin) and it seems to do the job, but since I'm running on a resource limited VPS I want to know what are the differences between these 3 solutions - I only need to host and manage one website in the VPS.

    Between Usermin, Webmin and Virtualmin which one does the job and is less resource hungry?

  • user183037
    user183037 over 12 years
    Do you want to add a disclosure to the otherwise excellent answer? "I generally install Webmin on every UNIX/Linux/Mac OS X server I manage, regardless of its purpose, and have done so for a decade or more." is a very strong recommendation.
  • RobertB
    RobertB almost 10 years
    This is really old, but saw I'd never responded. I usually do include a disclosure, but guess I got distracted while answering. (I'm wearing a Virtualmin shirt in my avatar photo and mention that I work on these projects in my profile; definitely not trying to be secretive about my affiliation and involvement in the Webmin project and its offshoots for the past ~15 years.)