diff --git a/source/_docs/troubleshooting.markdown b/source/_docs/troubleshooting.markdown
deleted file mode 100644
index 2609e335778..00000000000
--- a/source/_docs/troubleshooting.markdown
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: "Troubleshooting installation problems"
-description: "Common installation problems and their solutions."
----
-
-It can happen that you run into trouble while installing Home Assistant. This page is here to help you solve the most common problems.
-
diff --git a/source/_includes/asides/getting_started_navigation.html b/source/_includes/asides/getting_started_navigation.html
index 412959ce887..dd8a3652fac 100644
--- a/source/_includes/asides/getting_started_navigation.html
+++ b/source/_includes/asides/getting_started_navigation.html
@@ -18,6 +18,7 @@
{% active_link /installation/macos macOS %}
{% active_link /installation/windows Windows %}
{% active_link /installation/alternative Other systems %}
+ {% active_link /installation/troubleshooting/ Troubleshooting %}
{% endif %}
diff --git a/source/_redirects b/source/_redirects
index 6475865a345..a0de377a2c7 100644
--- a/source/_redirects
+++ b/source/_redirects
@@ -347,8 +347,6 @@ layout: null
/getting-started/scripts-service-calls /docs/scripts/service-calls
/getting-started/scripts-conditions /docs/scripts/conditions
/getting-started/securing /docs/configuration/securing
-/getting-started/troubleshooting /docs/troubleshooting
-/getting-started/troubleshooting-configuration /docs/troubleshooting
/getting-started/updating /common-tasks/os
/getting-started/yaml /docs/configuration/yaml
/getting-started/z-wave /integrations/zwave_js
diff --git a/source/installation/troubleshooting.markdown b/source/installation/troubleshooting.markdown
new file mode 100644
index 00000000000..c7ab8ca3fe9
--- /dev/null
+++ b/source/installation/troubleshooting.markdown
@@ -0,0 +1,59 @@
+---
+title: "Troubleshooting installation problems"
+description: "Common installation problems and their solutions."
+---
+
+It can happen that you run into trouble while installing and onboarding Home Assistant. This page is here to help you solve the most common problems.
+
+## Can’t access Home Assistant in my browser
+
+### Symptom: “This site can’t be reached”
+
+When trying to access Home Assistant in the browser, the browser shows the message “This site can’t be reached”.
+
+### Description
+
+This means the browser can’t find your Home Assistant installation on the network.
+
+### Resolution
+
+To resolve this issue, try the following steps:
+
+1. Make sure your Home Assistant device is powered up (LEDs are on).
+2. Make sure your Home Assistant installation is connected to the internet:
+ - Make sure the Ethernet cable is plugged-in to both Home Assistant and to your router or switch.
+ - Make sure your network has internet access.
+ - During first startup, time will be synchronized. Ensure NTP is allowed in your network.
+ - During first startup, Home Assistant completes the installation. It needs access to the following URLs:
+ - version.home-assistant.io: to fetch new version information.
+ - github.com: to update metadata of the add-on store.
+ - ghcr.io: the GitHub container registry to fetch new Home Assistant updates.
+3. Make sure the system on which you opened the browser to access Home Assistant is connected to the same network as Home Assistant.
+ - For example, if the system your Browser runs on is using Wi-Fi, make sure it is using the same Wi-Fi Home Assistant is connected to.
+4. Make sure you typed the address correctly.
+ - Especially if the message includes the error code “ERR_CONNECTION_REFUSED”, it is likely that there was a typo in the port part of the URL (`:8123`).
+ - Typically, the URL is [http://homeassistant.local:8123](http://homeassistant.local:8123).
+ - If you are running an older Windows version or have a stricter network configuration, try [http://homeassistant:8123](http://homeassistant:8123) instead.
+5. The system might still be starting up. Wait for a couple of minutes and refresh the page.
+ - Refreshing might work differently depending on your browser. Look for the refresh {% icon "mdi:refresh" %} icon, or press CTRL+R or CTRL+SHIFT+R.
+6. Check your router's web interface to see what IP address is assigned to your Home Assistant installation.
+ - Enter this IP address (`http://x.x.x.x:8123`) directly into your browser.
+7. If you still can’t reach Home Assistant, connect keyboard and monitor to the device Home Assistant is running on to access the console and see where Home Assistant gets stuck.
+ - If you are using a Home Assistant Green, follow these steps [to access the console](https://green.home-assistant.io/guides/use-terminal/).
+ - If you are using a Home Assistant Yellow, follow these steps [to access the console from Windows](https://yellow.home-assistant.io/guides/use-serial-console-windows/), or [to access the console from Linux or macOS](https://yellow.home-assistant.io/guides/use-serial-console-linux-macos/).
+8. [Reach out to our community for help](https://www.home-assistant.io/help/).
+
+## Stuck at "Preparing Home Assistant"
+
+### Symptom: Onboarding seems stuck at "Preparing Home Assistant"
+
+You are in the onboarding procedure, but the process seems stuck at the step **Preparing Home Assistant**.
+You are seeing this screenshot:
+
+
+
+### Resolution
+
+1. Select the pulsing blue dot to view the log files.
+ - The log files might provide more information on the current status.
+2. [Reach out to our community for help](https://www.home-assistant.io/help/).