> For the complete documentation index, see [llms.txt](https://spacecore.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spacecore.gitbook.io/wiki/en/customer-service/gamehost-panel.md).

# The Game Hosting panel

## Authorization and general

After activating your game hosting service, go to the link specified in the activation letter and enter data for authorization in the panel.

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

Great. You have successfully logged in to the control panel.

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

Some buttons are displayed at the top right. The first one allows you to search among your active servers.

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

The second tab accordingly moves you to the list of all servers page.

In the third one, you can interact with your profile settings, namely, change the **password, E-mail** **address** and enable **2FA authentication**. The **API** configuration is also available.

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

The last button allows you to log out of an authorized account.

## Server Pages

### Console <a href="#console" id="console"></a>

When you go to the page of any of the servers, you see something like this interface. It is the same for all games, only the server output in the console differs.

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

On this page, you can view the general statistics of the server load, namely the load of the **CPU, RAM** and **drive**. You can also use the buttons to start, restart, and stop the game server. The console for entering commands to the game server is presented as the largest window.

### File Manager

Here you can manage your server's files. Editing of text documents is available. Using the buttons above the file list, you can create directories, upload files, and create them directly on a remote server.

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

You can upload any file to the game server by simply "throwing" it into the browser.

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

### Databases

In this section, you can create databases and interact with them for the correct operation of some plugins, as well as reliable sorting of game server data.

<figure><img src="/files/7yJbIeH4EVxhZ2lwZFG1" alt=""><figcaption></figcaption></figure>

### Schedules

<figure><img src="/files/2ovdNYt8Hv02VtUagnhQ" alt=""><figcaption></figcaption></figure>

### Users

Here you can add an additional user who will have specific access to your server. This can be useful when you are going to work in the game panel with a team.

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

### Backups

The ability to manually create backups, if such an option is provided in your tariff plan.

<figure><img src="/files/6cDfuufwiVNowt4fQKlO" alt=""><figcaption></figcaption></figure>

### Network

Here you can make basic network settings for your game server. For example, to allocate additional ports if necessary.

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

### Startup

In this subcategory, the startup parameters of your game server are configured.

{% hint style="warning" %}
Note that the available options will vary depending on the game you selected for your server. An example for **Minecraft Vanilla** is presented in the screenshot below.
{% endhint %}

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

### Settings

The **Settings** section provides information to access your game server’s **sFTP**. You can also change the visual name of your server in the game panel. In the bottom right corner, a button is available to fully reinstall the selected game server.

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


---

# 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://spacecore.gitbook.io/wiki/en/customer-service/gamehost-panel.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.
