Without Pterodactyl

BungeeSK setup should be easy without Pterodactyl too, isn't it ? Let's see how to do this correctly here.

1- Download the latest version of BungeeSK

First you can download the latest releases of BungeeSK here (or you can download the latest builds here, these ones are more recents but could be a bit bugged).

2- Upload BungeeSK into your servers

Now just simply drag your downloaded BungeeSK.jar into the plugins folders of your servers (Bungeecord and Spigot servers). Then restart your servers (and please do not reload).

3- Configuring BungeeSK

BungeeSK is using sockets, which must have an port allowed to it. This port has to be free.

3.1- Open your BungeeSK configuration file

You can change this port if it's already taken by something else.

3.2- Let's configure our Spigot servers !

First, let's create a new script file and put this code in it.

bungee.sk
on skript load:
    create new bungee connection:
        set address of connection to "ADDRESS"
        set port of connection to 20000
        set password of connection to "HO!VjwDVLJair2d"
    start new connection with connection
  • The address: Enter the address of your machine, or put "127.0.0.1" if the Bungeecord is hosted on the same machine as the spe

  • The port: Enter the one from the BungeeSK's configuration, bungee sided

  • The password: Enter the password that is present in the BungeeSK config into the Bungeecord server.

3.3- Restart your Spigot server

Just restart it, and please don't reload.

4- The end

Then just repeat the same operation from step 3.2 to 3.3 for every Spigot server you have ! You are now ready to use BungeeSK !

Last updated

Was this helpful?