Server hosting warnings
Please read this page carefully before hosting a server on your network.
------------------------------------------------------------------------------------------
1 - Hosting a server uses a lot of resources, such as CPU and RAM. If you host a server on the PC you normally use, the server will make it run slower and possibly overheat it.
2 - A Minecraft server can be DDOS-ed very easily. That is illegal, but that doesn't mean your server and your network is protected from hackers. Even with ngrok being the safest method to host a server, everyone can still DDOS it. Only give your ngrok IP to people you trust. Or- to people who don't know how to ddos ;) It's so easy, that I'll show you how to do it with just 2 commands: (Linux only)
sudo apt install hping3
sudo hping3 --faster [target IP]
Don't do this, it is illegal, and if you get caught, you will be arrested. Only do this on your server, or on someone if you have permission.
DDOS-ING OUR SERVER WILL RESULT IN A PERMANENT BAN FROM THE DISCORD AND MINECRAFT SERVER. APPEALS NOT ACCEPTED.
3 - Having a separate server running in your house uses a lot of electricity, and it can raise your electricity bill up to $50 a month.
4 - The server can overheat, and in very rare cases, it can catch on fire. Make sure you have a class c fire extinguisher next to your server.
5 - Set your fan speed to maximum RPM while your server is running. It will be loud, but it will lower the risk of fire. To do that, download HWiNFO64.
After it finishes installing, open it, and click on the fan icon on the bottom of the UI.
Drag the slider to "max", and click "set manual". You should start hearing your fans getting louder and louder. To set the fans to their normal speed, click "System auto" below.
6 - You need to either keep your server on 24/7, or NEVER SHUT IT DOWN. Instead, hibernate it.
Since the ngrok IP you got changes after you restart ngrok, you need a way to keep the app open, without leaving the PC on overnight. How? Hibernating. Open cmd, and type:
shutdown /h
That will hibernate your PC. When you turn it back on, the apps will stay open.
Once you have read all the warnings and understand the risks of hosting a server, click here to return to the tutorial page.