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
-
Go to Tools & Settings > IP Addresses > <private_IP_address>.
-
Set up your public IP address in the Public IP address field.
-
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
Comments
1 comment
Can this activity be done using CLI?
Please sign in to leave a comment.