# Resolving port conflicts with a second IP

{% hint style="warning" %}
**Your ESP platform must be installed on its own IP address and can not share an IP with other applications that may cause port conflicts.**
{% endhint %}

{% hint style="info" %}
Ports needed by the ESP platform include common ports such as 80, 443, and 587, if these ports are blocked and unavailable, the platform will fail to start.&#x20;
{% endhint %}

These are the most common scenarios where a second IP may be needed for your ESP platform installation:

* You're already running a website on the server where you want to install the ESP platform.&#x20;
* You have some type of control panel software the server came pre-installed with such as CloudPanel, CPanel, or Plesk, and you don't want to remove it.&#x20;
* You're running a web-based application on the server that isn't necessarily a website but is still accessed using https\:// in a web browser.&#x20;
* You want to use the ESP platform and the MTA on the same server.

{% hint style="success" %}
**For clarity:** you can run on the same **server** as other applications using ports 80 and 443, but the platform needs its own *IP address* on that **server** in order for this to work.&#x20;
{% endhint %}


---

# 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.emaildelivery.com/docs/common-installation-issues/resolving-port-conflicts-with-a-second-ip.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.
