• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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