Question
How may IP be changed for certain subscriptions?
Answer
-
Connect to the server via RDP
Note: If direct RDP access to the server is not possible, contact server administrator for further assistance.
-
Open Command Prompt as Administrator and execute the following command to get a list of all subscriptions:
C:> plesk bin subscription -l > "C:domains.txt"
-
Assign new IP for subscriptions from
C:domains.txt
file:C:> for /F "tokens=1" %d in ('type C:domains.txt') do "%plesk_cli%subscription.exe" -u %d -ip <NEW_IP>
where
<NEW_IP>
is new IP to be assigned