Webmin
For simply management OS
wget https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh sh setup-repos.sh -f apt-get install --install-recommends webmin
Edit webmin config
nano /etc/webmin/miniserv.conf
Setting port & disable ssl via change next
ssl=0 port=8000
Apply changes
systemctl restart webmin
Open firewall
NFTables
nft add rule inet filter input ct state new tcp dport 8000 counter accept comment "WEBMIN"
Open http://[Host_ip]:8000/ in your browser & log in with your system credentials – username & password.