Articles in this section

How to set up/change a public IP address in Plesk when the server is behind a router with NAT

Plesk for Windows kb: how-to Plesk for Linux ABT: Group A

Applicable to:

  • Plesk for Linux
  • Plesk for Windows

Question

  • How to set up/change a public IP address in Plesk when the server is behind a router with NAT?

  • How to change the IP address in Plesk login link to public?

  • How to change a public IP address in Plesk via CLI

Answer

  1. Log in to Plesk.

  2. Go to Tools & Settings > IP Addresses > <private_IP_address>.

  3. Set up your public IP address in the Public IP address field.

  4. Click OK.

    Note: During this process, only FTP server is reloaded, DNS server is not touched (no downtime for the websites).




How to set up/change a public IP address via CLI - Linux

# plesk bin ipmanage -u 10.69.43.162 -public_ip 198.51.100.1

Where:

  • 10.69.43.162 - Private IP address
  • 198.51.100.1 - Public IP address
How to set up/change a public IP address via CLI - Windows

C:\> plesk bin ipmanage -u 10.69.43.162 -public_ip 198.51.100.1

Where:

  • 10.69.43.162 - Private IP address
  • 198.51.100.1 - Public IP address
Was this article helpful?

Comments

1 comment
Date Votes

Please sign in to leave a comment.