Traefik Error: Unable to Start When Enabling the Dashboard
Hi everyone, I’m currently using Dokploy with the latest version. I can’t get the Traefik dashboard to start since version v0.7.3. After enabling the dashboard, Traefik fails to create a new volume, so I’m not sure what’s going on.
I’ve completely reinstalled the Ubuntu 22.04 server, opened up the entire firewall, and set up Dokploy, but the issue with starting the Traefik dashboard persists...
Does anyone have experience that can help?
Thanks a lot!

24 Replies
what are you trying to achieve?
I want to access the Traefik Dashboard via port http://<Traefik IP>:8080
However when I enable this function in Dokploy. Treafik doesn't work anymore...
have you tried to access to the url?
I tried, after checking Docker, Traefik could not start anymore. Only when I shut down the Traefik Dashboard, the functions worked normally.

run docker service logs dokploy-traefik
Traefik can't start, so there is no Log to investigate the cause 😦

can you access to the dokploy ui?
yes, i can access with Address http://IP:3000
Access Dokploy with domain disabled by Traefik turned off
ok, go to the UI -> traefik file system
and select traefik.yml
then paste this in the
providers
section
Then save and try to restart traefikAdded configuration and restarted server.
However traefik still can't start 😭


Do docker service logs dokploy-traefik
Docker Traefik cannot create volume and start, so cannot see Log 😦
Did you delete something?
Do this
docker service rm dokploy-traefik
Then run docker service scale dokploy=0
And then docker service scale=1
No, I have tried this function since Dokploy v0.73. I have just installed a new server, and installed Dokploy 0.81
The server is completely clean, Traefik configuration for Docker Stack works fine. ONLY the Traefik Dashboard function does not work.
Weird, I have 3 servers and have no issues
I can't run the 3rd command, dokploy server doesn't work. I'm restarting the server...

I didn't find any discussion about this issue. I thought the problem was in the personal server, then I completely reinstalled Ubuntu 22.04 and installed the latest version. But haven't found a way to fix the error
I don't see dokploy anymore
Is there a way to reinstall dokploy while keeping the old data... 😭
Check the command I shared
You are entering a wrong command
I ran "docker service scale dokploy=1" to restore Dokploy, everything is fine.
Haven't found the cause with traefik Dashboard, this is weird 😦
Try to check the logs of traefik
I found out that port 8080 is being used by crowdsec. This might be the cause, I added port configuration for dashboard 8080>8888 but it doesn't work. Do you know how to do this...

Internally we expose the 8080
So There’s no way to change trough UI
Hi @Siumauricio, Just to confirm, Traefik was conflicting with CrowdSec over port 8080, which was why the dashboard wasn’t working. After changing the port for Traefik, everything is working normally now. Thanks for your help, and sorry for wasting your time.
😅 no worries