> For the complete documentation index, see [llms.txt](https://guides.paragnnetwork.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.paragnnetwork.co.uk/botting-guides/server-guide.md).

# Server Guide

A server is essentially a computer hosted by a company, that you have access to. This can have a few different advantages and disadvantages to just using your own computer.\
\
**Why you should use a server:**\
\- You only have a Mac (most bots are windows only)\
\- Your Computer or Wifi is slow / old\
\- You want to be able to access your computer at all times without worrying about power costs\
\
**24/7 Server Providers:**\
\- [Toxic Servers](https://www.toxicservers.de/collections/servers)\
\- [Strafe Servers](https://strafeservers.com/index.php?rp=/store/strafe-cloud)

**On Demand Providers:**\
\- [Amazon (AWS)](https://aws.amazon.com/ec2/)\
\- [Google Cloud (GCP)](https://cloud.google.com/)

You will also need this programme to access servers:\
\- [Windows Software](https://apps.microsoft.com/store/detail/microsoft-remote-desktop/9WZDNCRFJ3PS?hl=en-gb\&gl=gb) (Should be Installed by default)\
\- [Mac Software](https://apps.apple.com/gb/app/microsoft-remote-desktop/id1295203466?mt=12)\
\- [iPhone App](https://apps.apple.com/us/app/remote-desktop-mobile/id714464092)

{% embed url="<https://www.youtube.com/watch?ab_channel=PARAGN&v=UwOhhJnUbBo>" %}
Intro to servers
{% endembed %}

## AWS Server Guide

This is our step by step guide on how to launch an AWS Server.

{% embed url="<https://www.youtube.com/watch?v=bszV0pTY_yE>" %}

## Google Cloud Server Guide

This is our step by step guide on how to launch an GCP Server.

{% embed url="<https://www.youtube.com/watch?v=DhtmFJmuFTY>" %}


---

# 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://guides.paragnnetwork.co.uk/botting-guides/server-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.
