> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-autosky/plataforma-skyone-autosky/entorno/entorno-micro/servidores-entorno-micro.md).

# Servidores entorno micro

En **Autosky**, los servidores son computadoras potentes que procesan solicitudes de otros dispositivos en una red. Almacenan datos, ejecutan aplicaciones y proporcionan diversos servicios a múltiples usuarios simultáneamente. En entornos corporativos, los servidores son fundamentales para alojar sitios web, bases de datos, correos electrónicos y otras aplicaciones esenciales.

En entornos más pequeños, los servidores de soporte serán los únicos disponibles, ya que un solo servidor desempeña ambas funciones. Sin embargo, los servidores de soporte se dividen en dos tipos:

* **Servidor de Preparación**: Sirve como base para las instancias.
* **Servidor de Soporte**: Aloja la base de datos del entorno de aplicación.

{% hint style="info" %}
Verifique la configuración del entorno para identificar los servidores disponibles y el comportamiento del sistema.
{% endhint %}

**Información en la pantalla de Servidores para Entornos Micro**

La pantalla muestra únicamente los datos relacionados con el servidor de soporte:

* **Nombre**
* **IP pública**
* **IP privada**
* **Estado**
* **Tipo**
* **Acciones**
* **Botón de Forzar Proveedor**: Actualiza la página con la información más reciente.

<figure><img src="/files/1dxz37thEaujrVFI8dqH" alt=""><figcaption></figcaption></figure>

#### **Funciones de servidor en Entornos Micro:**

* **Servidor de Aplicación**: Generalmente es la propia instancia a la que el usuario accede directamente.
* **Servidor de Soporte**: Funciona como una máquina auxiliar, generalmente destinada a bases de datos o tareas de soporte.

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

#### **Acciones disponibles en el Servidor en Entornos Micro**

En el menú de Acciones, están disponibles las siguientes opciones:

* **Detener/Iniciar servidor**
* **Reiniciar servidor**
* **Conectar como**

<figure><img src="/files/31PVnkkXcJb3hFki1Etz" alt=""><figcaption></figcaption></figure>

#### Cómo iniciar un Servidor de Soporte en Entornos Micro

1. Haga clic en los tres puntos junto al servidor mostrado.
2. Seleccione la opción "**Iniciar servidor**".\ <br>

   <figure><img src="/files/LMzn9d0h5cQZgYb1qHwD" alt=""><figcaption></figcaption></figure>
3. Confirme la acción en el modal emergente haciendo clic en "**Iniciar**".

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

De esta manera, el servidor será activado para satisfacer las necesidades del entorno.

<br>


---

# 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.skyone.cloud/espanol/skyone-autosky/plataforma-skyone-autosky/entorno/entorno-micro/servidores-entorno-micro.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.
