Webmin Installation and Configuration Guide

From The Wiki Guide

Jump to: navigation, search

Abstract

Contents


Installation

cd /usr/ports/sysutils/webmin
make install
/usr/local/lib/webmin/setup.sh

This will run the installer. You can leave the default port to 10000 if you wish Select yes for SSL for enhanced security.

Configuration

To automatically start webmin on startup add this line to your rc.conf file (/etc/rc.conf)

webmin_enable="YES"

To login via web browser from local machine

https://localhost:10000

From any other machine on the network

htpps://ipaddress:10000

To uninstall Webmin

run  /usr/local/etc/webmin/uninstall.sh