App Details
The LEMP application runs the CentOS 6 x64 operating system. You can log into this system with an SSH client using the root login found on your Vultr control panel.
You can access your LEMP server by navigating to http://[SERVER_IP]/ in your web-browser. Substitute the[SERVER_IP] with the IP address of your VPS. The server is also accessible with https://, although the certificate is self-signed, which means that your browser will display a certificate warning.
The LEMP document root is located at /usr/share/nginx/html/. You can create .php or .html files in that directory. For example, uploading a PHP file to /usr/share/nginx/html/cupcake.php would be accessible in your web browser athttp://[SERVER_IP]/cupcake.php.
There is a MySQL database server running on the VPS. You can connect to the database by executing the following:
mysql -u root
The MySQL root password is saved on the VPS in /root/.my.cnf.
