Webmin
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.
Contents
Installation
You can install webminAUR from the Arch User Repository. Webmin requires perl-net-ssleay to enable access via https.
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.
Starting
Start webmin service using systemd. Enable it if you wish to load webmin at boot.
Usage
In a web browser, enter the https address of the server with the port number 10000 to access Webmin - for example:
https://192.168.1.1:10000 -or- https://myserver.example.net:10000
You will need to enter the root password of the server running Webmin to use the Webmin interface and administer the server.