• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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