2023/10/22 追記 やっぱりシステム更新とかなんやかんやしてるうちにおかしくなったのでこの作業は必要。
2023/10/09 追記 Ubuntu server 23系では修正されている
つまるところはこれ
https://github.com/nicolargo/glances/issues/2021
Debianのパッケージングの問題で毎回起こる模様。
なのでapt installした後に毎回、
sudo cp -r glances-${GLANCES_VERSION}/glances/outputs/static/public/ /usr/lib/python3/dist-packages/glances/outputs/static/
をする必要がある模様。
あとは /usr/lib/systemd/system/glances.serviceを変更して、
[Service] #ExecStart=/usr/bin/glances -s -B 127.0.0.1 ExecStart=/usr/bin/glances -w
とする。あとはsudo ufw allow 61208とsudo ufw reloadとsudo systemctl enable glances.serviceとsudo systemctl start glances.serviceをして完了。