Linux 관리프로그램 webmin 설치 (Ubuntu 20.04)

There is talk of a security vulnerability. *보안에 취약하다는 얘기가 있음

1.As I said, if we like to receive future updates we need to add and enable Webmin repository,
do to this create a file called /etc/apt/sources.list and add the following lines to it as a root user.

2.Next, import and install GPG Key for installing signed packages for Webmin. We use Wget command to fetch
the key and then import it using rpm import command.

3.sudo apt update

4.install Webmin

5.Starting Webmin

6.Accessing Webmin (firewall or iptables)

By default Webmin runs on port 10000, so we need to open port on our firewall to access it.
The easiest way to open the port on firewall is using iptables rules. Just add the following rule to your existing firewall.

7.firewall reload

8.URL https://ubnutu:10000/

9.hosts file setting (Windows)

10.IP access (if you need)