# How can I add my server to the support list?

### The Easiest Way to Add Your Server to the List

To simplify the integration process, we have created a [Serverpack.zip](https://pack.bedrockhub.io/bedrockconnect) file that you can easily manage on your server.

### Introduction to BedrockConnect: Effortlessly Add Your Server!

BedrockConnect enhances the gaming experience on Minecraft consoles through custom resource packs. Our [Serverpack.zip](https://pack.bedrockhub.io/bedrockconnect) file significantly eases the addition of your server. You can expect the following benefits:

* **Uniformity**: A standardized server pack for all users reduces the need for frequent updates.
* **Enhanced Gaming Experience**: Custom textures, especially for console players.
* **Easy Management**: The file is memory-efficient and has no negative impact on your devices.
* **Only Benefits**: The usage is exclusively advantageous!

{% hint style="danger" %}

## Please do not [encrypt](https://wiki.bedrockconnect.app/serverpacks/what-is-encrypted-and-unencrypted-serverpack) the serverpack. If you use an automatic encryption system for serverpacks, the server will not be added to the [BedrockConnect supported list!](https://wiki.bedrockconnect.app/quickstart/premium-features/the-custom-resource-pack-method/on-which-server-can-i-have-a-resource-pack) The file must remain unchanged!

{% endhint %}

### Step-by-Step Guide

### Step 1: Download the Serverpack

Download the [**Serverpack.zip**](https://pack.bedrockhub.io/bedrockconnect).

### Step 2: Follow Server-Specific Instructions

<mark style="color:red;">**Choose the instructions that match your server software:**</mark>

* ### [**PocketMine**](https://discord.com/invite/xxp7VAYQtn):
  * Move the Resource Pack into your server's `resource_packs` folder.
  * Insert the file name of your Resource Pack into the resource\_packs.yml file. The File name should be relative to the `resource_packs` directory and match the file name of the Resource Pack exactly.
  * Restart the server to apply changes.

{% code title="resource\_packs.yml" overflow="wrap" %}

```json
#This configuration file controls global resources used on your PocketMine-MP server.

#Choose whether players must use your chosen resource packs to join the server.
#NOTE: This will do nothing if there are no resource packs in the stack below.
force_resources: false
resource_stack:
- bedrockconnect.zip

  #Resource packs here are applied from bottom to top. This means that resources in higher packs will override those in lower packs.
  #Entries here must indicate the filename of the resource pack.
  #Example
  # - natural.zip
  # - vanilla.zip
  #If you want to force clients to use vanilla resources, you must place a vanilla resource pack in your resources folder and add it to the stack here.
  #To specify a resource encryption key, put the key in the <resource>.key file alongside the resource pack. Example: vanilla.zip.key
```

{% endcode %}

* ### [**Nukkit**](https://discord.com/invite/5PzMkyK):
  * Move the Resource Pack into your server's `resource_packs` folder.
  * Restart the server to activate the Resource Pack.
* ### [**Geyser**](https://discord.com/invite/geysermc):
  * Move the Resource Pack into the appropriate `packs` folder for Geyser.
  * Ensure that the use of Resource Packs is enabled in the Geyser configuration file. (It is usually enabled by default, but if manually disabled, you need to enable it.)
  * Restart the server to apply changes.
* ### [**Dragonfly**](https://discord.gg/NRbJ9Q8zmn):
  * Move the Resource Pack into your server's `resources` folder.
  * Restart the server to activate the Resource Pack.
* ### [**Waterdog**](https://waterdog.dev):
  * Enable `"enable_packs"` in the `config.yml`.
  * Move the Resource Pack into the `packs` folder of your server.
  * Restart the server to apply changes.

### Step 3: To Add Your Server to Our List

Please inform us that you have added the Serverpack by creating a **business ticket** in the [#〔📩〕create-tickets](https://discord.com/channels/880891245306740807/1008460965899149542/1107340011084451922) channel [on our Discord](https://discord.bedrockhub.io). After a review, we will add your server to the list.

{% hint style="danger" %}
**Important to Note**:

* **Proxy:** If you are <mark style="color:red;">not</mark> using proxies such as Geyser or Waterdog, the Serverpack <mark style="color:purple;">must</mark> be added to every single (sub-) server!
* **Do Not Modify Identifiers**: The `UUID`, `version`, `engine_version`, and `format_version` within the Serverpack should remain unchanged to preserve its integrity.
* **Keep Original Content**: Any edits to the contents of the Serverpack are discouraged to maintain the expected behavior and compatibility for users.
* **Mandatory Inclusion:** The removal of the Serverpack post-integration is strictly prohibited as it is essential for the proper functionality of the service.
  {% endhint %}

<https://serverlist.bedrockhub.io>
