Report this

What is the reason for this report?

problem in my droplet

Posted on October 27, 2016

i created droplet but when i tried to access to this ip http://138.68.91.86/ in my browser i get this message “Please log into your droplet via SSH to configure your LEMP installation.” i don’t know why i can’t access to index page in NGINX



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This is only a bad formulation of message. It’s static message that you can see in /var/www/html/index.html. Open it if editor you like, e.g.:

  1. nano /var/www/html/index.html

Observe it and you will notice that message there. If you change that file to:

Sample index.html
<html>
<body>
<p>Hello World!</p>
</body>
</html>

Save it and exit, go to Droplet and you shall see Hello World!

For changing files you will need to SSH and you can learn more about it here.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.