minecraft-server Prequisite install Java JDK latest and add in env variable path Windows: install ngrok from termial in the ngrock directory run: ngrok.exe tcp -region in 25565 another terminal session in the same directory run: java -Xmx4096M -Xms4096M -jar server.jar nogui Linux / Mac from shell in the ngrock dir run: ./ngrok.exe tcp -region in 25565 another shell session in the same directory run: java -Xmx1024M -Xms1024M -jar server.jar nogui Source