Connecting ADL & ADLB
How to connect ADL and ADLB?
NOTE: You need to have Discord Bot enabled on your bungeecord/waterfall server to use this system.
ADLB Setup:
Install the ADLB plugin on your bungeecord/waterfall server.
Edit the
config.yml
and enable the"restAPI"
option.Set the
ip
and theport
. Leave default if proxy and backends are hosted locally on the same machine.Make sure to change the
apiKey
to something random. Never use the defaultapiKey
ADL comes with.Restart the bungeecord/waterfall server.
ADL Setup:
Install the ADL plugin on your spigot/paper servers.
Edit the
config.yml
and enable the"ws"
option.Set the
ip
and theport
same as to your bungeecord/waterfall. Leave default if proxy and backends are hosted locally on the same machine.Make sure to set your
apiKey
same as in the proxyconfig.yml
.Restart the spigot/paper server.
WARNING: Using this network setup if you have your backend server IPs exposed to the public is not recommended. Contact support for more info.
Extensions:
Now you can go into your
spigot/paper
server and go into the extensions folder.There you can edit the config of each extension to enable the support of ADLB.
You are done!
Last updated