# ¿Cómo puedo configurar SQL Server en un equipo remoto?

Aunque puedes configurar SQL Server para que se ejecute en un equipo remoto, solo deberías hacerlo si eres un usuario avanzado de SQL.

Si instalas SQL Server en un equipo remoto, hay dos cosas que tendrás que configurar de manera diferente a como lo harías en un equipo local:

* Habilita TCP/IP para tu instancia de SQL; y
* Abre el puerto 1433 en tu firewall.

Sigue las instrucciones de configuración proporcionadas por Microsoft o por tu Partner certificado de Microsoft para configurar TCP/IP y abrir el puerto 1433.


---

# 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.rmhpos.com/es/installation/install-microsoft-sql-server/sql_topics/sql-how-to-configure-sql-on-remote-machine.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.
