MCGalaxy icon indicating copy to clipboard operation
MCGalaxy copied to clipboard

Does this work on replit?

Open ZGStuff opened this issue 2 years ago • 3 comments

im making a small creative server for me and my friends, and am wondering if MCGalaxy works on Replit.

hopefully so.

ZGStuff avatar Dec 15 '22 20:12 ZGStuff

In theory as long as the environment you are trying to host in allows running mono (or .NET) framework and accepts connections, it probably should work

Which might be the case here, although I have never tried using replit: https://replit.com/@replit/Mono-C#.replit https://replit.com/talk/share/Minecraft-Java-1164-server-running-entirely-on-replit/115236 (although it may not work all that well)

UnknownShadow200 avatar Dec 21 '22 12:12 UnknownShadow200

I've just compiled and run it on there. You have to install msbuild and sqlite3 and put a symlink for the sqlite so file next to the exes to get the CLI version to startup successfully.

But unfortunately it seem that the ports are firewalled and/or NAT'd. {"errors":[["Port 25565 not open, you may need to port forward it."]],"response":"","status":"fail"}

They seem to a have special setup for getting some http connections through, but it doesn't appear to work for MC or websocket connections.

The second link @UnknownShadow200 gave does NOT work entirely on replit as it uses ngrok.com to change an outgoing connection from the replit VM to an incoming connection through a TCP proxy server on ngrok.io. This can forward connections in but will NOT work with the classicube.net server list.

rdebath avatar Dec 26 '22 22:12 rdebath

even if I found a workaround this wouldnt work you now need to pay for public replit URL access

ZGStuff avatar Apr 02 '24 22:04 ZGStuff