Nginx cannot be started Symptoms Nginx cannot be started. Error Messages N/A Cause After the Nginx process hangs/crashes, it cannot start through gadmin because the port is occupied. Workaround Or Solution Suggested troubleshooting methods Enter 'gadmin status -v nginx' to see which machine has the issue with Nginx Log in to that machine and enter 'ps aux | grep nginx' to find the Nginx processes Recommended solution Use 'kill -9' on all remaining Nginx process IDs, then run 'gadmin start nginx' to start the Nginx services.