This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:linux:webmin [2022/06/13 11:50] gcooper |
networking:linux:webmin [2023/03/03 12:21] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Webmin ====== | ====== Webmin ====== | ||
+ | |||
+ | See also **[[networking: | ||
https:// | https:// | ||
Webmin is a mature and flexible management tool based primarily on Perl. | Webmin is a mature and flexible management tool based primarily on Perl. | ||
+ | |||
+ | If you use the excellent CSF firewall, this also enables a **GUI web interface to manage CSF**. | ||
===== Ubuntu 22.04 ===== | ===== Ubuntu 22.04 ===== | ||
Line 9: | Line 13: | ||
< | < | ||
# Install the code signing key | # Install the code signing key | ||
- | curl -fsSL https:// | + | curl -fsSL https:// |
# Add the Webmin repository | # Add the Webmin repository | ||
- | sh -c 'echo " | + | echo " |
# Install Webmin | # Install Webmin | ||
Line 21: | Line 25: | ||
< | < | ||
- | ufw allow 10000 | + | ufw allow from < |
</ | </ | ||