Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| opennic:setup:webminbind [2020-03-18T19:54:11Z] – fouroh-llc | opennic:setup:webminbind [2020-03-26T12:24:28Z] (current) – [Installing using Webmin] fouroh-llc | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Installing using Webmin ===== | ===== Installing using Webmin ===== | ||
| - | Webmin provides more than just some webforms, it is part of a fully rounded virtualization and cloud platform. Virtualmin and Cloudmin are used to create complex networks, and they install on top of a brand new BIND instance. Webmin is the glue holding the networks together by installing its own perl-based web services | + | Webmin provides more than just some webforms, it is part of a fully rounded virtualization and cloud platform. Virtualmin and Cloudmin are used to create complex networks, and they install on top of a brand new BIND instance. Webmin is the glue holding the networks together by installing its own perl-based web services, the standard GNU/Linux technology stack, using ssh and making remote procedure calls (RPC). By adding its own schema to OpenLDAP it supports fine-grained privileges, it has build in support for file-based virtualization and more. Webmin is libre while Virtualmin and Cloudmin are the support-subscriptions keeping www.virtualmin.com in business. |
| ==== Requirements ==== | ==== Requirements ==== | ||
| Line 21: | Line 21: | ||
| locale-gen " | locale-gen " | ||
| dpkg-reconfigure tzdata | dpkg-reconfigure tzdata | ||
| + | </ | ||
| + | |||
| + | Setting up a firewall at this point is optional, it might be a better idea to delay this. If you decide to do so, here is a quick way to do it - but this is not yet tested and verified to be working. | ||
| + | < | ||
| apt-get install firewalld | apt-get install firewalld | ||
| Line 32: | Line 36: | ||
| </ | </ | ||
| - | At this point it is a good idea to reboot, to make sure you are still able to ssh into the instance. Then install webmin. | + | Next install webmin. |
| < | < | ||
| echo 'deb https:// | echo 'deb https:// | ||
| Line 42: | Line 46: | ||
| This is a good time to take your first snapshot. Access your instance from the browser, by the IP4 address, at the default port 10000. I would recommend to continue all other installation and configuration from Webmin, for several reasons. | This is a good time to take your first snapshot. Access your instance from the browser, by the IP4 address, at the default port 10000. I would recommend to continue all other installation and configuration from Webmin, for several reasons. | ||
| - | * If something breaks | + | * If something breaks allow Webmin to break it, and fixing it is going to be documented. |
| * If something is not fully functional make a note of it NOW - document your own progress | * If something is not fully functional make a note of it NOW - document your own progress | ||
| * If something is not available make a note of it NOW - and ask to be implemented | * If something is not available make a note of it NOW - and ask to be implemented | ||