Cluster-admin page is not accessible (404)

NethServer Version: 8
Module: traefik

It seems like traefik is only serving a 404 page while trying to hit my cluster-admin page. Any idea how to troubleshoot? I can see in the logs that my client is connecting, but only getting a 404 page.

You are not giving us much to work with here.

  • Is it a fresh installation or an existing where cluster-admin did work at some point
  • It it the only node in your cluster.
  • Did you perhaps upgrade or change any thing just before things went bad.
  • Which distro/version are you using.
  • Log entries sometimes help others in pin pointing the root cause.

Cheers.

4 Likes

Thanks for the reply. I was struggling with where to even look for the problem with the admin page down. I had made some changes to my .yml files weeks ago to try to make some persistent configuration changes, but I had undone them (so I thought) since everything was working. When the system rebooted, it looks like it re-loaded and pulled some of the incorrect configuration in. I removed the files and rebooted, seems to be good now.

I will start a new topic, as now I need to figure out the right way to make some traefik configuration changes that will survive reboot/upgrades. I had the same issue with NS7, but I would like to fix this in NS8 before I get too far.

I only have very limited experience with custom config for Traefik.
So far i only added a custom config from the UI and followed the directions of How do I prevent the administration page from being accessible from the Internet?. Which also mentions the risk of missing persistence.
So far this has worked well, as the same time i do not think there has been any updates for the Traefik module since i implemented the changes.
So i might be in for a surprise when that happens.

Cheers.