$ sudo dnf install nginx # Start NGINX when system boots $ sudo systemctl enable nginx # Start NGINX $ sudo systemctl start nginx # Check NGINX Status $ sudo systemctl status nginx