User Tools

Site Tools


build:webmin

This is an old revision of the document!


Webmin

A browser accessable configuration gui

Access

Access is currently limited by IP address. If you wish to access webmin you will have to add your IP address to /etc/webmin/miniserv.conf. Then ask a user that has webmin access or root access to add your login and password.

Adding Users to Webmin

How do I add a user

  • In webmin select Webmin Users then Create a new webmin User
  • Username – Same as system login name.
  • Password – select Unix authintication in first box
  • Next select the servers that this user will need to access
  • Save is at bottom left of screen

IP address, allowed

# How can I change Webmin's list of allowed IP addresses from the shell?

The file you need to modify is /etc/webmin/miniserv.conf , in particular the allow= or deny= lines. If the allow= line exists, it contains a list of all addresses and networks that are allowed to connect to Webmin. Similarly, the deny= line contains addresses that are not allowed to connect. After modifying this file, you need to run /etc/webmin/stop ; /etc/webmin/start for the changes to take effect. Naturally, the file can only be edited by the root user.

Password, change or initiate

Currently the password should be set to the Unix login password. The password should be changed in a shell login.

# How do I change my Webmin password if I can't login?

Included with the Webmin distribution is a program called changepass.pl to solve precisely this problem. Assuming you have installed Webmin in /usr/local/webmin-1.180, you could change the password of the admin user to foo by running

/usr/share/webmin/changepass.pl /etc/webmin admin foo

build/webmin.1110138523.txt.gz · Last modified: 2005/03/06 14:09 (external edit)