• 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

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