• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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