• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question I want to open specific port for remote Debugging

buraker

New Pleskian
Server operating system version
Ubtuntu 24
Plesk version and microupdate number
latest
I want to open port 9003 for remote debugging wordpress application but dont know how to open a port on plex linux server?
It is an ubuntu 24 server.
 
If you're using the firewall extension you can go to Tools & Settings > Firewall, click on the plus to add a new rule and put in the information otherise since ubuntu uses ufw you can just use ufw commands to add the rules (ufw allow 9003 for example), although it's recommended that you just use the firewall extension that's within plesk for managing the rules since it's easier then having to ssh into the server to make the changes.
 
Back
Top