Trying to host a game server (mindustry)

I’m trying to host a server for this game called mindustry, it works fine and functions (i think it does), but i can’t connect, i’ve tried with the port, without it, i’ve even tried connecting using the ip, nothing worked
(GitHub, Repl

I’ve also seen a post from a person having the same problem

IIRC I think replit uses a proxy that force every port to be 80, so if you can get the host IP to 0.0.0.0 it might host the server on your repl’s website. Then you would get the URL by running in shell

echo https://$REPL_ID.id.repl.co

btw I got this answer from @UMARismyname

2 Likes