Webmin

Managing your VPS v2 with Webmin

Webmin is a browser-based server administration tool which simplifies many of the tasks involved in VPS v2 management. The Webmin interface includes utilities to manage users and groups, configure services, manage files on the server, install additional software, and much more.

Webmin can also be enhanced with Usermin, which gives VPS v2 users a Web based interface for managing E-mail, file transfers, passwords, and other features. Together, Webmin and Usermin make it possible for users to do nearly everything they would need on a VPS v2 server.

NOTE: Not all features of Webmin and Usermin will work on a VPS v2. In addition, there are many VPS v2 features that are not supported by Webmin or Usermin. It is important to use caution when using or giving users access to any of the features of Webmin and Usermin.

Installation

We have created a helpful tool to guide you through the installation process.

Webmin and Usermin are also available from the FreeBSD Ports Collection. Webmin can be installed from the /ports/sysutils/webmin/ directory, and Usermin from /ports/sysutils/usermin/.

Installing Webmin

  1. SSH to your VPS v2 and su to root.

  2. Start the Webmin installation by running the following command:

    # vinstall webmin
  3. During the install process, you will be prompted for various information.

  4. Once you have Webmin installed, see Using Webmin for instructions on accessing and using Webmin on your VPS v2.

Installing Usermin

  1. SSH to your VPS v2 and su to root.

  2. Use the cd command to change to the port directory for Usermin:

    # cd /ports/sysutils/usermin
  3. Run the following command to install Usermin:

    # make install clean
  4. During the install process, you will be prompted for various information.

  5. Once you have Usermin installed, see Using Usermin for instructions on accessing and using Usermin on your VPS v2.

Uninstalling Usermin and Webmin

Should you decide to remove Usermin or Webmin from your VPS v2, you will need to run the uninstall.sh script in the program directory (either /usr/local/etc/usermin or /usr/local/etc/webmin). Using the pkg_delete or make deinstall tools will not completely remove these programs.