> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/bare-metal/dedicated-servers/how-tos.md).

# How-tos

- [Order dedicated servers](https://docs.glesys.com/products/bare-metal/dedicated-servers/how-tos/order-dedicated-servers.md): Dedicated servers are ordered through the control panel. A server is usually ready within 24 working hours.
- [Connect to the server using SSH or RDP](https://docs.glesys.com/products/bare-metal/dedicated-servers/how-tos/connect-to-the-server-using-ssh-or-rdp.md): The connection details will be emailed to you. To view them, open the URL in the email and click View secret.
- [Connect to the server using IPMI](https://docs.glesys.com/products/bare-metal/dedicated-servers/how-tos/connect-to-the-server-using-ipmi.md): All dedicated servers from Glesys are equipped with IPMI, allowing you to connect to your server's console. It also allows you to reinstall the server yourself from an ISO file.
- [Install/reinstall the server's operating system](https://docs.glesys.com/products/bare-metal/dedicated-servers/how-tos/install-reinstall-the-servers-operating-system.md): With the Java-based console, you can mount an ISO file from your local computer to the dedicated server and reinstall the operating system.
- [Backup your server with Bacula](https://docs.glesys.com/products/bare-metal/dedicated-servers/how-tos/backup-your-server-with-bacula.md): Bacula is a backup service offered by Glesys. It's primarily focused on backing up physical servers.
- [Upgrade IPMI](https://docs.glesys.com/products/bare-metal/dedicated-servers/how-tos/upgrade-ipmi.md): Like any other software or firmware, it's important to keep the IPMI interface updated.
- [RAID monitoring with StorCLI](https://docs.glesys.com/products/bare-metal/dedicated-servers/how-tos/raid-monitoring-with-storcli.md): In this article, we'll show you how to monitor your RAID controller in Linux with StorCLI, so that you know when a faulty disk needs to be replaced.
- [RAID monitoring in FreeBSD with mfiutil](https://docs.glesys.com/products/bare-metal/dedicated-servers/how-tos/raid-monitoring-in-freebsd-with-mfiutil.md): If you are running FreeBSD on your dedicated server, you can monitor the RAID array using the built-in tool called mfiutil.


---

# 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://docs.glesys.com/products/bare-metal/dedicated-servers/how-tos.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.
