Webmin
Jump to navigation
Jump to search
From the project home page:
- Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like
/etc/passwd
, and lets you manage a system from the console or remotely. See the standard modules page for a list of all the functions built into Webmin, or check out the screenshots.
Installation
Install the webminAUR package from the AUR.
Configuration
To allow access to Webmin from a remote computer, configure your firewall to allow access to TCP port 10000. You may want to configure firewall to restrict access only from certain IP addresses.
Usage
Start webmin.service
or enable it if you wish to load webmin at boot.
In a web browser, enter the https address of the server with the port number 10000 to access Webmin:
https://host:10000
You will need to enter the root password of the server running Webmin to use the Webmin interface and administer the server.
Troubleshooting
Missing Authen::PAM module
If you did not install webminAUR via AUR then you may get an error when launching webmin such as
Perl module Authen::PAM needed for PAM is not installed : Can't locate Authen/PAM.pm in @INC (you may need to install the Authen::PAM module)
Install perl-authen-pamAUR.