> 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/changing-the-hostname-and-display-name-of-a-vps.md).

# Changing the hostname, and display name of a VPS

## What is a hostname?

A hostname is a human-readable label assigned to a server or device on a network, making it easier to identify and access than using IP addresses alone. For example, instead of remembering "192.0.2.15", you can use "webserver1.example.com" to connect to your machine. Hostnames are particularly useful when managing multiple servers, as they provide a consistent way to reference each one even if IP addresses change.

## How can I change the hostname of a VPS?&#x20;

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 cog icon. Please click on that icon.&#x20;

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

Then you'll be presented with a screen that will let you change the VPS display name \[1], as well as the hostname \[2].

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

Once you make the appropriate changes to the above, just click on the `Save` button, and the changes will be automatically done.

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


---

# 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/changing-the-hostname-and-display-name-of-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.
