> For the complete documentation index, see [llms.txt](https://lucian-wolfe.gitbook.io/lucian-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lucian-wolfe.gitbook.io/lucian-docs/server-setups/corehub-setup-guide.md).

# CoreHub - Setup Guide

<figure><img src="/files/YhGo0ygmrjJuSpDC7K46" alt=""><figcaption></figcaption></figure>

## 1. Extract the Files

After downloading CORE HUB from BuiltByBit/Polymart, locate the `.zip` file in your downloads folder and extract it.&#x20;

<figure><img src="/files/mqt2lqdxKsvPdXmY2vNM" alt=""><figcaption></figcaption></figure>

You should now see the server files inside.

<figure><img src="/files/MEdjtLaFSsYXUEJ5VA2o" alt=""><figcaption></figcaption></figure>

## 2. Upload to Your Server

1. Shut down your server completely.
2. Connect via FTP/SFTP (FileZilla or your host’s file manager).
3. Back up your current server files if needed.
4. Delete all files from your server’s main directory.
5. Upload the extracted CORE HUB server files to the main directory.

Make sure the files are placed directly in the root folder — not inside another folder.

## 3. Server Version Requirement

CORE HUB is built for **Minecraft 1.21.10**.

It is highly recommended to run the server using **Paper 1.21.10** for best performance and stability.

Using an older or newer version may cause:

* World loading issues
* Plugin incompatibilities
* Feature errors

ViaVersion support is already included for cross-version connectivity.

## 4. First Startup

Start the server.

The first startup may take longer as files are generated.

After startup:

* Check the console for errors
* Review plugin update notifications
* Update plugins if recommended

## 6. Customization

You can modify:

* Scoreboard
* Holograms
* GUIs
* NPCs
* Permissions

Configuration files are organized for easy editing.


---

# 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:

```
GET https://lucian-wolfe.gitbook.io/lucian-docs/server-setups/corehub-setup-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
