How to change the IP address of Plesk server? Print

  • 0

  1. Connect to the server via SSH

    Note: If direct SSH access to the server is not possible, contact server administrator for further assistance.

  2. Generate a mapping file with current Plesk IP addresses by running the command:

    plesk bin reconfigurator /root/ip_map_file_name

  3. Edit the file /root/ip_map_file_name, for example, to change IP address 203.0.113.2 to 203.0.113.3:

    Before edit: 

    venet0 203.0.113.2 255.255.255.255 -> venet0 203.0.113.2 255.255.255.255

    After edit:

    venet0 203.0.113.2 255.255.255.255 -> venet0 203.0.113.3 255.255.255.255

  4. Reconfigure Plesk and its services by running the command again:

    plesk bin reconfigurator /root/ip_map_file_name


Was this answer helpful?

« Back