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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Hi there,
As per the n8n 1-Click Droplet setup instructions here, did you create an A record like n8n.mycompany.com pointing to your Droplet’s public IP?
Also did you connect to the Droplet via SSH or the Console button to complete the console-based setup wizard?
If you’ve already done all that, check if the container is running and review the logs:
docker ps
docker logs n8n
Then try restarting the container:
docker restart n8n
For a full walkthrough, you might want to refer to the official n8n setup guide here: https://docs.n8n.io/hosting/installation/server-setups/digital-ocean/#configure-n8n
Let me know how it goes!
- Bobby
Heya, @6116b7bb6f8546adb05b0f3caee227
A recent DNS change may take up to 24 hours to update. You can use our DNS tool to check if everything is configured correctly:
https://www.digitalocean.com/community/tools/dns
Regards