Question

Wordpress installation not working after setting up

Hello! I just finished setting up Wordpress and got this message:

Installation complete. Access your new WordPress site in a browser to continue.

But when I go to the IP address of my droplet it says:

Please log into your Droplet with SSH to configure the WordPress installation.

What am I doing wrong? Thanks


Submit an answer


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!

Sign In or Sign Up to Answer

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.

repeat the point once again may be you have missed some keypoints during the installation

KFSys
Site Moderator
Site Moderator badge
October 3, 2022

Hi @masonm012,

You need to add your Domain when configuring your WordPress website. As mentioned, you need to SSH to your Droplet and follow the steps there.

I can see you have some issues when loading/opening your domain, did you mention the domain in the setup, and is it pointed to your Droplet?

alexdo
Site Moderator
Site Moderator badge
October 2, 2022

Hello @masonm012

After you create a WordPress One-Click Droplet, you’ll need to log into the Droplet via SSH to finish the WordPress setup. If you try to visit the Droplet’s IP address before logging into the Droplet, you’ll see a DigitalOcean landing page.

To finish setup, connect to the Droplet as root. Make sure to substitute the Droplet’s public IPv4 address.

  1. ssh root@your_droplet_public_ipv4

Then, once your database is ready, the interactive script that runs will first prompt you for your domain or subdomain. For testing purposes, you can enter the IP address of the Droplet if you don’t have a domain setup yet.

More information here:

https://marketplace.digitalocean.com/apps/wordpress

Regards

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up