Need help in deploying self hosted ODK Build

Hi, I did setup my ODK Build server on DO.
After solving all the dependencies, my application server started running and listening to port 9393.
Even after successful running, when i am trying to connect to that port and access the ODK build page, it is showing unreachable address.

Please help !

Have you set the cloud firewall incoming/outgoing rules for your DO Droplet to allow traffic on that port?

1 Like

Nope, all of them are open by default. I haven't changed anything in firewall settings. Fresh DO server

Nope, all of them are open by default. I haven't changed anything in firewall settings. Fresh DO server

@Demon_Fox I'm guessing you are using Shotgun?

First, test that you can access the server locally on port 9393 (maybe using telnet 127.0.0.1 9393). Next, try running shotgun by binding to all IPs shotgun --host 0.0.0.0. Assuming that works, then try binding to your external IP (shotgun --host 12.34.56).

2 Likes