Run the repl and follow the instructions.
If you get any errors make sure that you typed everything right or try starting from scratch. Otherwise, comment and I may be able to help you.
Once you see Done! in the console, connect to the ip shown in ip.txt. If you don't want the IP to change you can purchase ngrok premium or use a dedicated minecraft host such as PebbleHost
If you have questions ask in the comments!
How to change minecraft version
If you already have a server, delete the files mc/server.jar and mc.sh
Run the command above that starts with wget again
In mc.sh, find the line that says VERSION=1.16.3 and edit it to your desired version
If you get "signal: killed" or "OutOfMemoryError"
You have two options:
Buy hacker plan
Change the line at the bottom of mc.sh that starts with java to be java -Xmx1G -Xms1G -jar server.jar nogui" to "java -Xmx200M -Xms200M -jar server.jar nogui (thanks @gomgo)
Hey, any way to keep the server alive? The server closes very quickly even with hacker plan, I even lost ~5min of progress (autosave).
I wasn't able to listen to port 8080 & host the mc server at the same time as the http server would close as soon as the mc server started.
Any suggestions or plans?
Unrelated: Inside of your server.properties, I'd recommend setting sync-chunk-writes=false to improve performance & enable-rcon=false as rcon is not being used.
@APCSPShehadaK its very tricky to have multiple ports listening on repl.it and have the correct one be forwarded but you might be able to get it to work.
🔥Minecraft Server on Repl.it!🔥
How to run a minecraft server on repl.it
Hey guys today I'm going to show you how to run a minecraft server on repl.it.
Installation is super simple!
If you get any errors make sure that you typed everything right or try starting from scratch. Otherwise, comment and I may be able to help you.
Once you see
Done!
in the console, connect to the ip shown inip.txt
. If you don't want the IP to change you can purchase ngrok premium or use a dedicated minecraft host such as PebbleHostIf you have questions ask in the comments!
How to change minecraft version
mc/server.jar
andmc.sh
wget
againmc.sh
, find the line that saysVERSION=1.16.3
and edit it to your desired versionIf you get "signal: killed" or "OutOfMemoryError"
You have two options:
mc.sh
that starts withjava
to bejava -Xmx1G -Xms1G -jar server.jar nogui" to "java -Xmx200M -Xms200M -jar server.jar nogui
(thanks @gomgo)Credits
Huge shoutout to
@letsrepl for the initial concept.Remember to upvote if you enjoyed!
Hey, any way to keep the server alive? The server closes very quickly even with hacker plan, I even lost ~5min of progress (autosave).
I wasn't able to listen to port 8080 & host the mc server at the same time as the http server would close as soon as the mc server started.
Any suggestions or plans?
Unrelated: Inside of your server.properties, I'd recommend setting
sync-chunk-writes=false
to improve performance &enable-rcon=false
as rcon is not being used.Solved with a vanilla php server on port 3000.
index.html is a placeholder, the file can hold anything but should exist.
main.sh:
php -S 0.0.0.0:3000 index.html & bash mc.sh