• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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