🔄 Easily Change the Main IP Address on Linux Plesk Panel
Changing the main IP address of your Plesk Panel on a Linux server is now easier than ever! 🎉The Plesk team has simplified this process, allowing you to remap your server IP with a single command — fully synchronized with all system services.
🔧 Changing the IP Address via SSH
Connect to your server using the root account through SSH and run the following command:
Code:
plesk bin ipmanage --auto-remap
This command automatically maps your old IP to the new one, updating DNS records and all related service configurations. 🚀
The output should look similar to this:
Code:
[root@secure-optimize ~]# plesk bin ipmanage --auto-remap
Database: 178.63.150.105<br>Actual: 195.201.177.162
Removed IPs: 178.63.150.105<br>Added IPs: 195.201.177.162
Mapping: 178.63.150.105 -> 195.201.177.162<br>Remap: 178.63.150.105 -> 195.201.177.162
Changing IP address 178.63.150.105 to 195.201.177.162 in database
Reconfiguring web servers<br>
Updating DNS records for IP 178.63.150.105 to 195.201.177.162
Reconfiguring FTP server
Reconfiguring mail server
✅ Once the process is complete, all Plesk services will automatically be updated to use the new IP address.