Webmin on FreeBSD 7

Prerequisites:

FreeBSD (Base + Autoconf, Automake, Bash and GCC)
Perl CPAN Shell

Webmin – Web-based interface for UNIX system administration

Home: 

 http://www.webmin.com

# Download (Notes: Users behind a Proxy Server should read this and users without Internet but have a CDRom read this.)

# SSL Perl module
/usr/bin/perl -MCPAN -e shell
install Net::SSLeay
install Authen::PAM
exit


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

# Run the setup script and set a password
/usr/local/lib/webmin/setup.sh

# Edit /etc/rc.conf and add webmin_enable="YES"
vi /etc/rc.conf

 

# Usermin
cd /usr/ports/sysutils/usermin
make install clean

# Run the setup script and set a password
/usr/local/lib/usermin/setup.sh

# Edit /etc/rc.conf and add usermin_enable="YES"
vi /etc/rc.conf



# Test Webmin
https://YourServerIP:10000
# Test Usermin
https://YourServerIP:20000