A script to install Pingbypass in a much more standard way compared to the "road warrior" method of setup. This script assumes you have the ability to open ports or have a fully open internet connection. This script is intended for use on 2gb, 2vCPU VPS servers or above.
The only (required) dependency is wget
. curl
is recommended, but not required.
Sandstar Pingbypass can be found at https://discord.gg/5HVsNJrVWM
- Download and move the script to your VPS/VM's home directory (
~
). This script will not work elsewhere.
1.1 Use the command wget https://raw.githubusercontent.com/HAV0X1014/Pingbypass-Installer/main/pingbypassInstaller.sh
to use the latest version.
-
Run
bash pingbypassInstaller.sh
-
Follow the prompts printed into the console and type your answers to each.
-
Once the script completes, login to your Minecraft account with
./hmc
, and then typelogin [email]
andpassword [password]
-
Launch the server with
launch [ID of the forge install] -id
.
5.1. To relaunch the server should it crash or session expire, type quit
to quit Minecraft, and use ./hmc
and launch [ID of the forge install] -id
.
Use tmux
to create a detachable terminal session that wont end when your SSH session ends.
Use the command tmux
to create a new session, tmux attach
to attach to a session, and ctrl+b and then d to detach from an active session. To kill a session if you make one on accident or to end one, use tmux kill-session
-
A good cheap VPS host for US servers (in Montreal) is Webdock. My affiliate link -> https://webdock.io/en?maff=wdaff--257
-
A good cheap VPS host for nearly anywhere else is HostHatch. My affiliate link -> https://cloud.hosthatch.com/a/3718
Same credits as the road warrior install guide, since this is based on that script.
If you are willing to contribute, please note what you changed, what distros you tested on, and keep changes as minimal as possible.