# How to check & delete duplicate servers

This brief guide can help you in the case where something went wrong in building a new server and a duplicate was created.

It is rare for this to happen, but it can in some cases. This issue for example will happen when hosts have issues finishing a server build in time.

Below is an example of such an issue.

I tried to move this VPN server to a different region, but due to a issue with the host - the process timed out causing this "Fatal internal error" message.

![](/files/-MHqIk-4rHBbuBsr09Wn)

Looking at my host I can see two servers for this project exist:

![](/files/-MHqIk-5z3QreWrSW43z)

There are 2 ways to check which server you can delete.

## Check the IP address

The easiest is to check the IP address.

Just go to the project details to see which IP address is associated with the project:

![](/files/-MHqIk-6E-a9-Bo9GoBH)

As you can see, its 46.101.17.175 so I can destroy 178.62.224.200 in the hosts interface. You can not destroy this server through launchpal.

## Check DNS of assigned domains

Go to the \[google dig tool]\(<https://toolbox.googleapps.com/apps/dig/\\>) and follow these steps:

1. enter the (sub) domain assigned to the project
2. make sure A record type is selected
3. check the resulting output for the `ANSWER` line which shows the IP address
4. compare this against the IPs for the project servers shown in your host
5. delete the server with the IP not shown in the DNS

![](/files/-MHqIk-72BLpBBPVuM1E)


---

# 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://help.launchpal.com/troubleshooting/how-to-check-and-delete-duplicate-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.
