Need to port forward for a server, how do i do this?

hi I’m trying to make a server for something but I need to port forward so I won’t need to be connected to the same network as the server (and I can’t do that because we’ll like no one has access to the replit’s network)

I am trying to make a Minecraft server btw

not sure but 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

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.