• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

how to change an IP in plesk if the box is frozen

N

nikolaip

Guest
The box is frozen and I cant delete a certain IP because of it in plesk in the IP settings.
How to unfreeze it?

and how to make available option to repair an IP

This option is frozen and I cant click on it.


thank you
 
I got this output this command

[root@ool-6038686c pokrov]# /usr/local/psa/admin/bin/ifmng -d<24.187.206.108>
bash: syntax error near unexpected token `newline'

Kira
 
You shouldn't use "<" and ">" symbols in command. It was just sample. Right command is

# /usr/local/psa/admin/bin/ifmng -d 24.187.206.108
 
Back
Top