I thought my one-click discourse download was okay. but when I try to connect at my domain, i found this error in my browser -> err_connection_timed_out
couldn’t see discourse’s congratulation screen
reopening console, there was some texts with “no mail”…
**can you help me? I wanna know about my droplet’s problem. **
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 @mapal,
What you need to do after deploying the Discourse Droplet is to SSH to the Droplet and add the following details:
Once you’ve done that then you will be able to visit your domain name and see your Discourse installation.
If you have already done this, I would recommend checking if the Apache Docker container is running, you can do that by connecting to your server via SSH, and running this command:
- sudo docker ps -a
If it is not running, I would recommend trying to start it and checking the logs.
To try and start the container run:
- sudo docker start container_id_here
And then to check the logs run:
- sudo docker logs container_id_here
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
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.
