If you still have access to the server you want to deregister:
- Log into your VyprVPN Self-Hosted Server admin panel.
- By default, you will be on the Server Overview page. If you aren't there, navigate to that page.
- Click the button labeled Deregister Server.
- You can now register a new server.
If you do not have access to the server you want to deregister:
- Log into your VyprVPN Self-Hosted Server admin panel (any instance is fine, it doesn't have to be the original).
- Attempt to register a new server. You will see a pop-up appear stating Too many servers
- Follow the steps in the prompt and deregister the old server.
- Proceed to register your new server.
If you click Cancel, you will see an error appear:
If this happens, simply try registering a new server again to be prompted with the Too many servers pop-up once more. Follow the instructions and deregister the old server.
If you want to deregister server(s) via command-line interface:
Follow the steps below to remove any unused servers. If you are unfamiliar with accessing your server via CLI, see our How to access your server via SSH article to familiarize yourself with the process.
- Ensure you have VyprVPN Self-Hosted Server installed on a droplet or instance. If you do not, then you will have no way to access the web admin interface via SSH (See the VyprVPN Self-Hosted Server deployment options to setup VyprVPN Self-Hosted Server if you don't already have it installed)
- Open an SSH client of your choice. PuTTY is an excellent choice for Windows users, while the built-in Terminal on OSX or Linux will do just fine.
- SSH to your server as admin over your server's public IP.
- Once you have established the SSH connection, enter this command: admin server list. You will be prompted for your VyprVPN credentials.
- Once you successfully submit your credentials, the currently registered servers for your account are listed. Locate the one you wish to unregister. Name and IP will likely be the easiest way to identify your old server.
- You will need the serverid in order to remove the registered server. Locate that information in the server list, then issue this command: admin server unregister serverid (Replace serverid with the serverid string) You will be prompted again for your VyprVPN credentials.
- You will receive a success message when your server has been successfully unregistered.
- You can terminate the SSH session by typing: exit
Example:
If you need any further assistance, please contact our 24/7 Customer Success Team, who would be glad to assist.