> 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 %}

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

*Those nodes are accessible to everyone, your servers will be deployed to one of those nodes unless you bought a coins pack which includes premium nodes access.*

* de1: `167.235.13.16` ( Germany )
* de3: `157.90.181.183` ( Germany )
* fi1: `95.216.39.179` ( Finland )
* fi2: `95.216.10.105` ( Finland )
* fi3: `65.108.103.151` ( Finland )
* fi4 `65.21.202.154` ( 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 )
* fi9 `95.216.12.48` ( Finland )
* fi10 `37.27.169.207` ( Finland )
* fi11 `65.108.39.249` ( Finland )
* fi12 `95.217.140.174` ( Finland )
* fi13 `95.217.148.96` ( Finland )
* fi14 `157.180.7.55` ( Finland )

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

You can get access to Premium nodes by buying a coins pack of **3$ or higher** using a payment method listed in the [Payment Guide](/bot-hosting.net/faqs-and-information/payment-guide.md)

{% 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 - Premium Node )
* us2: `172.81.128.14` ( United States - Premium Node )
* us3: `103.60.13.234` ( United States - Premium Node )
* prem-eu1 `37.27.141.177` ( Finland - Premium Node )
* prem-eu2 `65.21.16.214` ( Finland - Premium Node )
* prem-eu3 `37.27.162.36` ( Finland - Premium Node )
* prem-eu4 `37.27.140.228` ( Finland - Premium Node )
* prem-eu5 `157.180.7.37` ( Finland - Premium Node )

<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.
