Additional Ports System
How to request a port for Votifier or Dynmap
- Go to the Additional Ports menu, by clicking either of the boxed options on your server's panel page
- Click
Add Port
on the left
- The table will show your new port number, in this example my port would be
8178
- You can repeat this in order to get a maximum of 3 additional ports
- Configure your plugin to use the port number in it's config file. If the plugin asks for an IP address to bind to, this would be
0.0.0.0
, not your server's IP. Then, the port will be accessible through your server's IP, for example if your server IP is12.34.56.78:25578
and Dynmap is running on port 8178 then you can access it by going tohttp://12.34.56.78:8178
in your browser.
IPWhitelist
Usually, IPWhitelist should configure itself automatically when you first join the server, however if this isn't working for you then you can try setting it up manually:
- Firstly, on your Hub server, run the command
ipwl debug
. - Once you've ran that, join the Bungeecord IP and check the console of your Hub server, you should see a message similar to the following:
[Server] INFO [IPWhitelist] Player PebbleHost is connecting with IP : /192.168.0.1
- Once you've got that go ahead and run the following command on all your servers behind Bungeecord (for example your Factions, Skyblock, etc servers):
ipwl addip <ip>
. For example, since the connecting IP is 192.168.0.1 in the example above, you would runipwl addip 192.168.0.1
Updated on: 26/11/2020
Thank you!