• 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.

Resolved no nginx settings on domain view - please help :)

ink169

New Pleskian
Server operating system version
Ubuntu 24.04.3
Plesk version and microupdate number
18.0.74 Update #3
Hello!

i have a subdomain which was working on an app on port 3000 just fine

now i have added another one and went to the 'Apache & nginx' setings but there are no nginx options..

How can i verify that nginx is running please

I tried running nginxmgr --status
from the local/psa/admin/bin/folder but it responded 'command not found'
tho i am logged as root

Thanks a lot!

Andy ink
 
Hello, @ink169 . You can verify whether Nginx is running from the Plesk GUI Tools & Settings > Services Management or via the command line:

Code:
systemctl status nginx

If for some reason the Nginx component is missing, you should be able to add it from Tools & Settings > Updates.
 
Hello, @ink169 . You can verify whether Nginx is running from the Plesk GUI Tools & Settings > Services Management or via the command line:

Code:
systemctl status nginx

If for some reason the Nginx component is missing, you should be able to add it from Tools & Settings > Updates.
Thanks a lot Sebahat!

i found where to start the service in the Plesk interface
 
Back
Top