Webmin is a valuable tool used for the configuration of Linux-based servers. Webmin installs an HTTP-based GUI which you can get to by using port 10000 from a browser.
To install Webmin, you need to run the following commands in your Linux CLI:
wget –no-check-certificate https://sourceforge.net/projects/webadmin/files/webmin/1.881/webmin-1.881-1.noarch.rpm rpm -i webmin-1.881-1.noarch.rpm |
Once the install has finished, you can get to your Webmin console by putting the following into a browser that exists on your LAN:
https//ServerIPAddress:10000/ |
(replace ServerIPAddress with the IP address of your Trixbox)