I had to take a long break from my little project and haven’t logged in in a while. Today I wanted to log back in, but it doesn’t work. I can’t figure it out. The server is running, this is the result of
systemctl status webmin
root@admn2:~# systemctl status webmin
● webmin.service - Webmin server daemon
Loaded: loaded (/lib/systemd/system/webmin.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2023-09-12 09:59:45 UTC; 15min ago
Process: 124516 ExecStart=/usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf (code=exited, status=0/SUCCESS)
Main PID: 124517 (miniserv.pl)
Tasks: 1 (limit: 2266)
Memory: 90.1M
CGroup: /system.slice/webmin.service
└─124517 /usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf
Sep 12 09:59:43 admn2.domain.com systemd[1]: Starting Webmin server daemon...
Sep 12 09:59:43 admn2.domain.com perl[124516]: pam_unix(webmin:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
Sep 12 09:59:45 admn2.domain.com webmin[124516]: Webmin starting
Sep 12 09:59:45 admn2.domain.com systemd[1]: Started Webmin server daemon.
root@admn2:~# grep 'allow\|port' /etc/webmin/miniserv.conf
port=10000
allow= x4.1xx.xxx.1x6 LOCAL
x4.1xx.xxx.1x6
is my local IP address, I can access the server virtualmin is running on via SSH.
Sorry for asking in case this is trivial, I’m sure I’m just missing something pretty obvious?