> For the complete documentation index, see [llms.txt](https://tne.gitbook.io/tne-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tne.gitbook.io/tne-docs/faq-howto/howto-share-balances-across-servers.md).

# HOWTO: Share Balances Across Servers

## Setting Up BungeeCord with Sub Servers

### Installation and Configuration

1. **Install BungeeCord/Velocity Jar on Proxy**

   * [ ] Download the BungeeCord/Velocity Jar from the official website.
   * [ ] Place the Jar file in the appropriate directory on your proxy server.
   * [ ] Start the proxy server to initialize BungeeCord/Velocity.

   ![Proxy Server Image](https://i.imgur.com/rv6tuYJ.png)
2. **Install TNE on Each Sub Server**
   * [ ] Navigate to each sub-server.
   * [ ] Download and install TNE on each sub-server.
   * [ ] Ensure TNE is properly configured and integrated into the server.
3. **Ensure Consistency in Server Names and Default World Names**

   * [ ] Check and ensure that the server name and default world name are the same in each server's `config.yml`.
   * [ ] If the default world name differs and needs to be overridden in TNE, update the `Core.Region.DefaultRegion` value accordingly.

   ![Config.yml Image](https://i.imgur.com/6ZzWXgZ.png)
4. **Update Server Names (Optional)**
   * [ ] Optionally, update the server name in each server's `config.yml`.
   * [ ] Ensure that the updated server name is consistent across all connected servers by updating the `Core.Server.Name` in each `config.yml`.
5. **Ensure Unique Core.ServerID**

   * [ ] Verify that the `Core.ServerID` is different in each `config.yml`.
   * [ ] If you've copied and pasted the `config.yml`, remove the `ServerID` configuration to let it regenerate on the next startup.

   ![Config.yml Image](https://i.imgur.com/iTS6zyI.png)

### Currency Configurations

1. **Ensure Consistency in Currency Configurations**

   * [ ] Verify that the currency UUID is the same across all servers.
   * [ ] Configure the currency settings as required.
   * [ ] Start each server and let it generate a UUID for the currency's YAML.
   * [ ] Copy over the configurations to ensure consistency.

   ![Currency Config Image](https://i.imgur.com/huEu64e.png)
2. **Verify Currency Configurations**
   * [ ] Double-check the currency configurations to ensure they match across all servers.
   * [ ] Adjust settings as necessary to maintain consistency.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tne.gitbook.io/tne-docs/faq-howto/howto-share-balances-across-servers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
