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.
Installation
Install the webminAUR package.
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 your firewall to restrict access only from certain IP addresses.
Change port
To change the port, edit the port
variable in the /etc/webmin/miniserv.conf
file.
/etc/webmin/miniserv.conf
[...] port=10000 [...]
To disable SSL and avoid Error — Document follows
change:
/etc/webmin/miniserv.conf
[...] ssl=0 [...]
Bind to localhost (only)
To bind Webmin to localhost
(only), add the following line into your /etc/webmin/miniserv.conf
file.
/etc/webmin/miniserv.conf
bind=127.0.0.1
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.