> For the complete documentation index, see [llms.txt](https://bothosting-net.gitbook.io/bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothosting-net.gitbook.io/bot-hosting.net/faqs-and-information/nodes-ip-and-information.md).

# Nodes IP & Information

{% hint style="info" %}
**This is for server nodes, not the development language!** You can find the server node in your server control page, check the `Settings` tab in your server control panel.
{% endhint %}

### Node availability by panel

The legacy and new panels use separate node availability. See [The new Panel](/bot-hosting.net/guides/the-new-panel.md) for migration details.

In the new panel, every listed node reserves capacity for both free and premium servers. This keeps capacity available for each server type.

### New panel nodes

The new panel currently uses these nodes:

**FINLAND:**

* fi3: `65.108.103.151`
* fi4 `65.21.202.154`
* fi9: `95.216.12.48`
* fi10 `37.27.169.207`
* fi12 `95.217.140.174`
* fi13: `95.217.148.96`
* fi14 `157.180.7.55`&#x20;
* fi15: `37.27.54.248`
* fi16: `37.27.141.177`

**GERMANY:**

* de1: `167.235.13.16`

### Legacy panel nodes

#### 🆓 Free nodes <a href="#mrt3ddlred0" id="mrt3ddlred0"></a>

These nodes are available to all legacy-panel users. Your server deploys to one of them unless you have premium-node access.

* de3: `157.90.181.183` ( Germany )
* fi1: `95.216.39.179` ( Finland )
* fi2: `95.216.10.105` ( Finland )
* fi5 `65.108.3.108` ( Finland )
* fi6 `65.108.77.37` ( Finland )
* fi7 `37.27.65.125` ( Finland )
* fi8 `95.217.151.27` ( Finland )
* fi11 `65.108.39.249` ( Finland )

#### 👑 Premium nodes <a href="#w8ra3lxwtbx" id="w8ra3lxwtbx"></a>

Get access to premium legacy nodes by buying a coins pack of **$3 or higher**. See [payment methods](broken://spaces/zlWJKPhyFl109QbriNWb/pages/4NP6M3BHKho1Zif60OWh).

{% hint style="info" %}
The payment is **not** monthly/yearly or similar, it’s enough to buy a pack once to have premium nodes lifetime.\
Please note that only servers created after access to it will be deployed there. You can request your servers created before of access to them to be moved in a support ticket.
{% endhint %}

* us1: `103.60.13.254` (United States)
* us2: `172.81.128.14` (United States)
* us3: `103.60.13.234` (United States)
* prem-eu1: `37.27.141.177` (Finland)
* prem-eu2: `65.21.16.214` (Finland)
* prem-eu3: `37.27.162.36` (Finland)
* prem-eu4: `37.27.140.228` (Finland)
* prem-eu5: `157.180.7.37` (Finland)

<br>


---

# 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://bothosting-net.gitbook.io/bot-hosting.net/faqs-and-information/nodes-ip-and-information.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.
