▶️Troubleshooting
When I run curl http://localhost:8012/status
, I see this error message curl (7) failed connect to localhost:8012 connection refused
. What should I do?
curl http://localhost:8012/status
, I see this error message curl (7) failed connect to localhost:8012 connection refused
. What should I do?sudo ufw reset
sudo ufw allow 8012/tcp
sudo ufw allow 9012/tcp
Now run the curl http://localhost:8012/status
again and the problem is solved. However, if you still see the error message, contact our support team on Discord/Telegram.
Last updated
Was this helpful?