# Managing Secure Servers

#### Adding a Secure Server

1. Navigate to Secure Server Access from the main menu.
2. Click Add a Secure Server.
3. Enter a unique, identifiable name for the server.
4. Click Generate. Osto will create a unique installation script.
5. Copy the generated command.
6. Execute the command in the terminal of your Linux-based system.
7. Upon successful execution, the server will be registered and visible in your Osto dashboard.

#### Editing a Secure Server

1. Navigate to Secure Server Access.
2. Select the server you wish to edit.
3. Update the required details, such as its name.
4. Click Save.

#### Deleting a Secure Server

1. Select the server you wish to remove.
2. Click Delete.

> Warning: Deleting a secure server will permanently remove it from Osto and revoke all associated access configurations and policies.


---

# Agent Instructions: 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://osto-cybersecurity.gitbook.io/osto/knowledge-base/how-to-guides/asset-management/managing-secure-servers.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.
