> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/virtualization-platform/server-management/reinstalling-the-os/reinstalling-the-os-via-our-templates.md).

# Reinstalling the OS via our templates

## What templates are available as a one-click install on Synteq's virtualization platform?

At Synteq, the available templates are:

<details>

<summary>Windows Server</summary>

* 2025 Datacenter Evaluation
* 2022 Datacenter Evaluation
* 2019 Datacenter Evaluation&#x20;

</details>

<details>

<summary>Alpine Linux</summary>

* 3.19

</details>

<details>

<summary>Arch Linux</summary>

* Latest

</details>

<details>

<summary>Ubuntu Server</summary>

* 18.04
* 20.04
* 22.04
* 24.04

</details>

<details>

<summary>Debian</summary>

* 10
* 11
* 12
* 13

</details>

<details>

<summary>Rocky Linux</summary>

* 8
* 9

</details>

<details>

<summary>OpenSUSE</summary>

* Leap 15

</details>

<details>

<summary>CentOS</summary>

* 7
* 8
* 9

</details>

<details>

<summary>Fedora</summary>

* 37
* 38
* 39

</details>

### 1. Log in to our VPS Control Panel

Log in to our [VPS Control Panel](https://virt.crunchbits.com/) using your credentials. Then click on the `Manage` button next to the VM that you'd like to reinstall.

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

### 3. Start the Reinstallation process

Start by clicking on the `Rebuild` button.

{% hint style="danger" %}
This process is irreversible and there will be total data loss.
{% endhint %}

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

Then you'll be presented with the following screen:

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

In there, you'll need to input a new name for the VM \[1], then optionally, you can set a hostname \[2], and lastly, you'll need to select the OS with which you'd like to re-install your VM with \[3].&#x20;

After selecting the OS, with which you'd like to re-install your VM with, you'll be presented with a few more options:

<figure><img src="/files/5b1kJmgvtoPoXST6xM6I" alt=""><figcaption></figcaption></figure>

First, you'll have the ability to select a swap size \[1]. We usually recommend having at least 512 MB of swap space.&#x20;

Then you can optionally choose an SSH key. You can find out how to add SSH keys into your account here: [Adding SSH keys](/virtualization-platform/account-management/adding-ssh-keys.md)

If you do not select an SSH key, then an e-mail will be sent to your inbox containing the root password.

{% hint style="warning" %}
Please make sure to change that auto-generated password as soon as possible for safety.&#x20;
{% endhint %}

After doing both of these selections, please click on the `Install with OSNAME` button.&#x20;

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

If you haven't selected an SSH key, then please confirm that chose by clicking on the `Install without` button.

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

Then wait for the reinstallation to finish.

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

And just like that, you've successfully reinstalled the OS on your VPS!&#x20;


---

# 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://docs.synteq.com/virtualization-platform/server-management/reinstalling-the-os/reinstalling-the-os-via-our-templates.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.
