kb: how-to
Plesk for Linux
Applicable to:
- Plesk for Linux
Question
How to change the main IP of Plesk for Linux?
Answer
- Connect to the server via SSH.
- Create a backup of the PSA database as instructed here.
-
Set and existing IP address on the server as the new main one:
MYSQL_LIN: # plesk db "UPDATE IP_Addresses SET main='true' WHERE ip_address='203.0.113.2'"
-
Change the attribute of the previous main IP address to false:
MYSQL_LIN: # plesk db "UPDATE IP_Addresses SET main='false' WHERE ip_address='203.0.113.1'"
Note: The IP shown at Plesk > Home does not impact server operations, it is for informational purposes only.
Comments
0 comments
Please sign in to leave a comment.