Title
t

thousands-postman-31463

03/12/2023, 1:09 PM
first time trying to set up Netmaker
[netmaker] 2023-03-12 13:07:25 connecting to mq broker at ws://mq:1883 with TLS? false 
[netmaker] Fatal: Admin: could not connect to broker, token timeout, exiting ...
Any idea what the issue is? my dns records all resolve to the correct IP address
b

bored-island-21407

03/12/2023, 1:11 PM
this is the result of a syncing issue between mq and netmaker; restart all the container and the problem should resolve itself
t

thousands-postman-31463

03/12/2023, 1:12 PM
i'll give that a go
Still timing out 😦 Should i restart the containers in a specific way? I used
docker restart $(docker ps -aq)
b

bored-island-21407

03/12/2023, 1:17 PM
docker-compose down
and then
docker-compose up -d
t

thousands-postman-31463

03/12/2023, 1:20 PM
Where exactly is the compose file if you use the quick setup script?
b

bored-island-21407

03/12/2023, 1:20 PM
/root
t

thousands-postman-31463

03/12/2023, 1:24 PM
still the exact same message
j

jolly-london-20127

03/17/2023, 3:51 PM
these are the steps I recommend: root@test-server-v0-18-0:~# docker rm -f mq root@test-server-v0-18-0:~# docker rm -f netmaker root@test-server-v0-18-0:~# docker volume rm root_mosquitto_data root@test-server-v0-18-0:~# docker-compose up -d