• 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

Issue Can't connect to server - Remote RDP - Firewall settings link not working in Plesk. Any other method?

hobnob

New Pleskian
Hi,

My ip address changes from time to time so I usually have to allow the port for remote login for my ip by adding it to the firewall list in plesk, but now the list is just hanging without loading i.e. https://<ipaddress>:8443/server/firewall_interface.php

I can access everything else fine e.g.
https://<ipaddress>:8443/server/firewall_icmp.php

but yeah, and now I can't use the Active X remote login within plesk as Active X has been discontinued in Explorer. So I'm stuck.

Any ideas? I have tried a reboot.

Can it be done through a command line instead thru plesk?

Thanks,
Lee.
 
Hello, Lee. You can update the rules via the command line using the following utility:

Code:
plesk ext firewall

for example:

Code:
plesk ext firewall --set-rule -id 23 -direction input -action allow -remote-addresses "123.123.123.123"

You should be able to identify the rule id using:

Code:
plesk ext firewall --list-json
 
Back
Top