Cockpit
Install Cockpit:
apt install cockpit
Enable Services:
systemctl start cockpit
systemctl enable cockpit
Edit Sudoers:
Comment out: Defaults requiretty
Install Cockpit-navigator:
Link: https://github.com/45Drives/cockpit-navigator
Edit: /etc/pam.d/cockpit
Add to file (to disable root and local logins):
Auth requisite pam_succeed_if.so uid >= 10000
Access cockpit webpage:
https://[hostname]:9090