mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
minecraft network cleanup.
This commit is contained in:
parent
9725c518b1
commit
9a77c8f9af
@ -10,18 +10,26 @@ This guide was written with BungeeCord in mind, but should work for Waterfall an
|
||||
For the setup described below, it is necessary that all servers are on the same node.
|
||||
:::
|
||||
|
||||
### Setting up the BungeeCord server
|
||||
|
||||
The ideal setup with BungeeCord is a seperated internal network with only one access point which is the BungeeCord server. Pterodactyl provides this with Docker.
|
||||
In order to create a BungeeCord network you'll have to add an allocation with which the BungeeCord server should be reachable. Add an allocation with the IP address of the node and the desired port (e.g. 25565, the default Minecraft port) to your node first.
|
||||
Then create a new BungeeCord server and use the allocation you just created.
|
||||
In order to create a BungeeCord network you'll have to add an allocation with which the BungeeCord server should be reachable.
|
||||
|
||||
1. Create an allocation with the IP address of the node and the desired port (e.g. 25565, the default Minecraft port) to your node first.
|
||||
2. Then create a new BungeeCord server and use the allocation you just created.
|
||||
|
||||
### Adding servers to the BungeeCord network
|
||||
|
||||
All the other servers that should be part of the BungeeCord network don't require external ports. Create new allocations on the localhost IP address `127.0.0.1` with some ports for the servers to use. You can also enter a port range, e.g. `30000-30010` which will get you 11 ports.
|
||||
Now create new servers and be sure to use `127.0.0.1` allocations for each of them. To add the servers to your BungeeCord network, use `172.18.0.1:<port of the internal server>` (not 127.0.0.1) as the IP addresses of the servers to add in your configuration file.
|
||||
You need to add allocations and ports for your Spigot servers to use internally. This will make it so only the BungeeCord server can reach the servers.
|
||||
|
||||
1. Create new allocations on the localhost IP address `127.0.0.1` with some ports for the servers to use.
|
||||
* You can use a port range, e.g. `30000-30010` which will get you 11 ports.
|
||||
2. Then create a new Spigot server and use the allocation you just created.
|
||||
3. Add the servers to your BungeeCord network, use `172.18.0.1:<port of the internal server>` (not 127.0.0.1) as the IP addresses of the servers to add in your configuration file.
|
||||
|
||||
### Server Network Notes
|
||||
|
||||
* **Only** the proxy (Waterfall / Hexagon / Bungee) has to be bound to an external IP.
|
||||
* **Only** the proxy (Waterfall / Hexagon / Bungee) have to be bound to an external IP.
|
||||
* **No modifications to iptables should be done**
|
||||
* all servers behind the proxy are safe.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user