danvanmoll
(Dan van Moll)
27 februari 2026 om 08:24
1
Good morning!
I am trying to setup Discourse on a fresh Hetzner Ubuntu system. When I initiate the installation via
wget https://raw.githubusercontent.com/discourse/discourse_docker/main/install-discourse
I basically receive a 404 Not Found.
Any ideas? Thank you in advance!!
Best,
Dan
1 like
That doesn’t look like the install command.
From the docs:
wget -qO- https://raw.githubusercontent.com/discourse/discourse_docker/main/install-discourse | sudo bash
2 likes
danvanmoll
(Dan van Moll)
27 februari 2026 om 09:49
3
It is. -qO- only mutes all status-feedback in the console, so I removed it in order to get the actual error message. Otherwise the command would simply do nothing w/o any feedback.
Edit: But since the URL resolves just fine in a browser I think it is an issue on my end.. simply can’t figure out what it is.
1 like
I see. Do you have any firewall in place?
danvanmoll
(Dan van Moll)
27 februari 2026 om 09:53
5
No, nothing yet. I wanted to finish the install to make sure nothing is interfering.
From your screenshot, you seem to have written discourse-docker instead of discourse_docker.
2 likes
danvanmoll
(Dan van Moll)
27 februari 2026 om 10:05
7
You are a genius!! For some reason copy resulted in various errors (e.g. ; instead of : in the url) and I have missed that one!
1 like
danvanmoll
(Dan van Moll)
27 februari 2026 om 10:09
8
It worked. At least I did not receive any error messages. But isn`t there a wizard supposed to start afterwards?
All I get is this:
Or am I supposed to continue web based once my subdomain DNS is active?
1 like
I’m no wget expert, but is it because -qO- is absent?
danvanmoll
(Dan van Moll)
27 februari 2026 om 10:19
10
NateDhaliwal:
-qO-
Hmmm.. from my understanding all It does is suppressing any console-status feedback. But I will try the command exactly as mentioned in the guide, too.
Update: I stand corrected. It indeed works with -q0- added. I learn something new every day
1 like
@danvanmoll I will need to check, but I think there’s more stuff shown after this?
danvanmoll:
danvanmoll
(Dan van Moll)
27 februari 2026 om 10:22
12
The installation seems to run as intended with the complete command line. Still baffled but it was a me-issue all the time
1 like