# Without Pterodactyl

## 1- Download the latest version of BungeeSK

First you can download the latest releases of BungeeSK [**here**](https://github.com/ZorgBtw/BungeeSK/releases/latest/)\
(or you can download the latest builds [**here**](https://github.com/ZorgBtw/BungeeSK/actions), 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

![](https://3226261206-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MZeEM6J9Z2PU_2tdoAU%2F-MgHyukJqqS_W23wxpAr%2F-MgI0MBB9tPcSjNZjw4e%2Fimage.png?alt=media\&token=926e34c8-c527-4835-a20b-ec9176277da8)

{% hint style="info" %}
You can change this port if it's already taken by something else.
{% endhint %}

#### 3.2- Let's configure our Spigot servers !

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

{% code title="bungee.sk" %}

```python
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
```

{% endcode %}

* 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 !**
