# Scaling environment servers

In Autosky, environment management is carried out through two types of servers, each with a specific role within the application's structure:

* **Preparation Server:** responsible for serving as the base for instances, used in the creation and deployment of new versions.
* **Support Server:** responsible for hosting the application environment's database.

When accessing the Servers tab, you will have a complete view of the information and actions available for each type of server.

<figure><img src="/files/2GzoVcymSbmHGqCgF3Yk" alt=""><figcaption></figcaption></figure>

When accessing the Servers tab in your environment, the following information will be available:

### Preparation Server:

* **Server Name**
* **Public IP**
* **Private IP**
* **Platform Version**
* **Server Status**
* **Image Status**
* **Scheduled Shutdown**
* **Icons to cancel the scheduled shutdown or extend the execution**

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

**Actions Button** with the following options:

* **Start Server**
* **Publish New Version**
* **Connect As**

**“Force Provider Update” Button:** Refreshes the page if no edits are currently being made.

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

***

### Support Server:

* **Name**
* **Public IP**
* **Private IP**
* **Status**
* **Type**

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

* **Actions:**

  * **Start/Stop Server**
  * **Restart**
  * **Connect as**

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

***

### How to Start a Preparation Server:

1. Access "**Actions**".
2. Click on "**Start Server**".
3. Confirm the action in the displayed modal.

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

4. After performing these actions, check the server status.

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

Additionally, in Actions, you can:

* **Connect as**: To access the server and view its operation.

1. Click “**Connect as**”.
2. Enter your password.
3. Click “**Connect**”.

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

{% hint style="info" %}
**Publish Server**: When clicked, you will be directed to the Publish sub-tab, where you can choose from different publishing options.
{% endhint %}

***

### How to Start a Support Server:

1. In the three dots next to the server, click “**Start server**”.
2. In the confirmation modal, click “**Start**”.

The server will be started after confirmation.&#x20;

***

After starting and managing the servers, it is important to always monitor the status to ensure the environment is functioning properly.

Additionally, from the preparation server, it is possible to start the process of deploying new system versions, ensuring that updates are correctly applied to the environment.

On the next page, you will find how to perform server deployments and schedule deployments, detailing all available options and how to track the process.


---

# 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://docs.skyone.cloud/english/cloud-computer/skyone-autosky/skyone-autosky-platform/environments/scaling-environment/scaling-environment-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.
