> 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/miscellaneous/protecting-a-vps.md).

# Protecting a VPS

## What does protecting a VPS do?

Enabling protection disables the button that lets you reinstall a VPS.&#x20;

## How to protect a server?

Start by logging in to our [virtualization panel](https://virt.crunchbits.com/), then clicking `Manage` next to the VPS that you'd like to protect.

<figure><img src="/files/8M4tJpEPKtww0yBMp4AZ" alt=""><figcaption></figcaption></figure>

Then you'll be presented with a management screen, on which at the top-left, you'll see a padlock icon. Please click on that icon.&#x20;

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

Afterward, you'll get a pop up, on which you should click the `Protect` button to confirm that you'd like that server to be protected.

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

Then, once a server is protected, the padlock icon will turn into a golden color, and the `Rebuild` button will be grayed out.

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

## How to unprotect a VPS?

Start by logging in to our [virtualization panel](https://virt.crunchbits.com/), then clicking `Manage` next to the VPS that you'd like to protect.

<figure><img src="/files/8M4tJpEPKtww0yBMp4AZ" alt=""><figcaption></figcaption></figure>

Then you'll be presented with a management screen, on which at the top-left, you'll see a golden padlock icon. Please click on that icon.&#x20;

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

Then, confirm that you'd like to unprotect a VPS on the popup by clicking on the `Disable` button.

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

Afterward, the padlock icon should turn back to being white, and the `Reinstall` button should be once again active.&#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/miscellaneous/protecting-a-vps.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.
