1. Skip to Menu
  2. Skip to Content
  3. Skip to Footer>
Friday May 3rd     5:15 PM PDT                                  

Installing HTTP Based Server Manager (WEBmin)

PDF Print E-mail

Written by Greg King Sunday, 05 September 2010 13:37




WEBMIN is an http based server management utility.  It allows you to manage your server configuration without having to know which file to edit or how to edit it.  This document focuses on how to install it, not how to use it.  For that, you need to do web searches and experiment around.

Ok, first we will make sure our ports database is up to date using the portsnap utility.

# portsnap fetch update

then we will install the file

# cd /usr/ports/sysutils/webmin
# make install clean


now we will ensure it is started at boot time

# echo 'named_enable="YES"' >> /etc/rc.conf

Now we need to configure the server.

# /usr/local/lib/webmin/setup.sh


You will probably have to restart your system to get it to work.  Once rebooted, open up a webbrowser and navigate to your webmin server using your server's dns name and the port you specified during configuration.  You do not need to configure your webserver as WEBMIN uses it's own.

https://yourserver.com:10000

You should get a dialogue box to log in.

  FreeBSD Goodies
eXTReMe Tracker
Content View Hits : 405093