You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- merge origin/main into l10n_main after the docs update-page reorganization
- preserve the Docusaurus 3.10 upgrade and MDX heading anchor fixes from this branch
- keep main's newer updating-unraid structure while resolving path and content conflicts
- leave local-only .codex/ and internal/ files untracked and out of the branch
Copy file name to clipboardExpand all lines: docs/unraid-connect/overview-and-setup.mdx
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,12 @@ Unraid Connect works seamlessly with Unraid OS, boosting your server experience
17
17
18
18
With Unraid Connect, you can:
19
19
20
-
-Remotely access and manage your Unraid server from any device, anywhere in the world.
20
+
-Monitor your server and manage supported Connect features from any device, anywhere in the world.
21
21
- Monitor real-time server health and resource usage, including storage, network, and Docker container status.
22
22
- Perform and schedule secure online flash backups to protect your configuration and licensing information.
23
23
- Receive notifications about server health, storage status, and critical events.
24
-
- Use dynamic remote access and server deep linking to navigate to specific management pages or troubleshoot issues quickly.
24
+
- Manage supported server actions through the Connect dashboard without exposing the full %%WebGUI|web-gui%% to the internet.
25
+
- Use remote access links and server deep linking to navigate to specific management pages or troubleshoot issues quickly.
25
26
- Manage multiple servers from a single dashboard, making it perfect for users with more than one Unraid system.
26
27
27
28
Unraid Connect is more than just an add-on; it's an essential extension of the Unraid platform, designed to maximize the value, security, and convenience of your Unraid OS investment.
@@ -114,16 +115,19 @@ When you click **Details** on a server, you will see:
114
115
115
116
:::tip
116
117
117
-
To use all management features, provision a myunraid.net certificate under ***Settings → Management Access*** on your server.
118
+
For full remote administration, prefer the official [%%Tailscale|tailscale%% integration](../unraid-os/system-administration/secure-your-server/tailscale.mdx). It gives you private remote access to the %%WebGUI|web-gui%% and services without exposing them to the public internet.
118
119
119
120
:::
120
121
121
-
With a valid **myunraid.net** certificate, Unraid Connect enables secure, remote server management directly from the Connect web interface.
122
+
Signing in to Unraid Connect gives you secure dashboard access without exposing the %%WebGUI|web-gui%% directly to the internet. The server maintains a secure outbound connection that enables supported Connect features with restricted API access.
123
+
124
+
If you also enable **Unraid Connect Remote Access**, that separate feature exposes the full %%WebGUI|web-gui%% through WAN port forwarding or %%UPnP|upnp%%. Use it only when you specifically need public browser access to the %%WebGUI|web-gui%%.
122
125
123
126
Remote management features include:
124
127
125
-
-**Remote WebGUI access:** Access the %%WebGUI|web-gui%% from anywhere.
126
-
-**Array controls:** Start or stop %%array|array%%s and manage storage pools.
128
+
-**Dashboard-based management:** Use supported Connect controls without opening the full %%WebGUI|web-gui%% to the internet.
129
+
-**Optional Remote WebGUI access:** Access the full %%WebGUI|web-gui%% from anywhere if you separately enable Unraid Connect Remote Access.
130
+
-**Array controls:** Start or stop %%array|array%%s and manage storage pools through supported Connect actions.
127
131
-**Docker and VM management:** View, start, stop, and monitor containers and %%VM|vm%%s.
128
132
-**Parity & Scrub:** Launch %%parity check|parity-check%% or %%ZFS|zfs%%/%%BTRFS|btrfs%% scrub jobs
129
133
-**Flash backup:** Trigger and monitor flash device backups to the cloud.
Unlock secure, browser-based access to your Unraid %%WebGUI|web-gui%% from anywhere with remote access. This feature is ideal for managing your server when you're away from home - no complicated networking or %%VPN Tunnel|vpn-tunnel%% setup is required. For more advanced needs, such as connecting to Docker containers or accessing network drives, a %%VPN Tunnel|vpn-tunnel%% remains the recommended solution.
8
+
This page covers **Unraid Connect Remote Access**, which publishes your %%WebGUI|web-gui%% to the internet by using either %%UPnP|upnp%% or a manual port forwarding rule on your router. If you want full remote management without exposing the %%WebGUI|web-gui%% to WAN traffic, prefer the official [%%Tailscale|tailscale%% integration](../unraid-os/system-administration/secure-your-server/tailscale.mdx). For more advanced needs, such as connecting to Docker containers or accessing network drives, a %%VPN Tunnel|vpn-tunnel%% remains the recommended solution.
14
9
15
10
:::important[Security reminder]
16
11
17
12
Before enabling remote access, ensure your root password is strong and unique. Update it on the **Users** page if required. Additionally, keep your Unraid OS updated to the latest version to protect against security vulnerabilities. [Learn more about updating Unraid here](../unraid-os/system-administration/maintain-and-update/upgrading-unraid.mdx).
18
13
19
14
:::
20
15
16
+
:::note[Connect dashboard access is different]
17
+
18
+
Signing in to the [Unraid Connect dashboard](https://connect.myunraid.net/) does **not** by itself expose your %%WebGUI|web-gui%% to the internet. Dashboard access uses a server-initiated connection with restricted API access for supported Connect features. **Unraid Connect Remote Access** is a separate feature that exposes the full %%WebGUI|web-gui%% through WAN port forwarding or %%UPnP|upnp%%.
19
+
20
+
:::
21
+
21
22
Remote access through Unraid Connect provides:
22
23
23
-
-**Convenience** - Quickly access your server’s management interface from anywhere, using a secure, cloud-managed connection.
24
-
-**Security** - Dynamic access modes limit exposure by only allowing access to the internet when necessary, which helps reduce risks from automated attacks.
25
-
-**Simplicity** - No need for manual port forwarding or VPN client setup for basic management tasks.
24
+
-**Convenience** - Quickly access your server’s management interface from anywhere, using a trusted Unraid Connect URL.
25
+
-**Security** - Your %%WebGUI|web-gui%% traffic is encrypted when SSL/TLS is configured correctly.
26
+
-**Simplicity** - %%UPnP|upnp%% can create the required port mapping automatically when your router supports it.
26
27
27
-
:::tip
28
+
:::tip[Preferred approach]
28
29
29
-
For full network access or advanced use cases, consider setting up [Tailscale](../unraid-os/system-administration/secure-your-server/tailscale.mdx)or a VPN solution.
30
+
For most users, the official [%%Tailscale|tailscale%% integration](../unraid-os/system-administration/secure-your-server/tailscale.mdx)is the better choice for remote administration because it avoids exposing the %%WebGUI|web-gui%% to the public internet. Use Unraid Connect Remote Access only when you specifically need browser access to the public-facing %%WebGUI|web-gui%% URL.
30
31
31
32
:::
32
33
@@ -45,45 +46,32 @@ Your Unraid server will be ready to accept secure remote connections via the %%W
| %%WebGUI\|web-gui%% open to internet | Only when enabled | Always |
65
-
| Attack surface | Minimized | Maximized |
66
-
| Automation | Auto open/close via Connect | Manual setup, always open |
67
-
| %%UPnP\|upnp%% support | Yes | Yes |
68
-
||**Recommended for most**||
57
+
When remote access is set to **Always**, your %%WebGUI|web-gui%% is continuously reachable from the internet on the configured WAN port. Both **Static** and **UPnP** remote access publish the %%WebGUI|web-gui%% to WAN traffic. Use a strong root password, keep Unraid OS updated, and disable remote access when you do not need it.
69
58
70
-
## Dynamicremote access setup
59
+
Dynamic, on-demand remote access is not currently exposed in the Unraid API settings page. If you need remote management without keeping the %%WebGUI|web-gui%% exposed through port forwarding, prefer [%%Tailscale|tailscale%%](../unraid-os/system-administration/secure-your-server/tailscale.mdx) or another %%VPN Tunnel|vpn-tunnel%%.
71
60
72
-
To set up dynamic remote access:
61
+
## Enable remote access
73
62
74
-
1. In ***Settings → Management Access → Unraid API***, select a dynamic option from the Remote Access dropdown:
75
-
-**Dynamic - UPnP:** Uses %%UPnP|upnp%% to open and close a random port automatically (requires %%UPnP|upnp%% enabled on your router).
76
-
-**Dynamic - Manual port forward:** Requires you to forward the selected port on your router manually.
77
-
78
-
2. Navigate to [Unraid Connect](https://connect.myunraid.net/), and go to the management or server details page.
79
-
80
-
3. The **Dynamic remote access** card will show a button if your server isn’t currently accessible from your location.
81
-
82
-
4. Click the button to enable WAN access. If using %%UPnP|upnp%%, a new port forward lease is created (typically for 30 minutes) and auto-renewed while active.
63
+
To enable remote access:
83
64
84
-
5. The card will display the current status and %%UPnP|upnp%% state.
65
+
1. In the Unraid %%WebGUI|web-gui%%, navigate to ***Settings → Management Access*** and open the **Unraid API Settings** tab.
66
+
2. Set **Allow Remote Access** to **Always**.
67
+
3. Choose a **Remote Access Forward Type**:
68
+
-**UPnP:** Lets Unraid ask your router to create the WAN port mapping automatically. This requires %%UPnP|upnp%% support and %%UPnP|upnp%% enabled on your router.
69
+
-**Static:** Requires you to create the port forwarding rule manually on your router.
70
+
4. If you choose **Static**, enter the **Remote Access WAN Port** you want to use.
71
+
5. Click **Apply**.
72
+
6. Log in to [Unraid Connect](https://connect.myunraid.net/) and click the **Manage** link to connect to your server remotely.
85
73
86
-
6. After 10 minutes of inactivity - or if you click **Disable remote access** - internet access is automatically revoked. %%UPnP|upnp%% leases are removed as well.
74
+
If the **Manage** link does not work, use the relevant forwarding section below to verify that the WAN port reaches your server's HTTPS port.
87
75
88
76
---
89
77
@@ -100,13 +88,11 @@ To configure %%UPnP|upnp%%:
100
88
Navigate to ***Settings → Management Access*** and change **Use %%UPnP|upnp%%** to **Yes**.
101
89
102
90
3.**Select %%UPnP|upnp%% in Unraid Connect.**
103
-
On the Unraid Connect settings page, choose the remote access option as %%UPnP|upnp%% (select either Dynamic or Always On) and then click **Apply**.
91
+
On the Unraid API settings page, set **Allow Remote Access** to **Always**, set **Remote Access Forward Type** to **UPnP**, and then click **Apply**.
104
92
105
-
4.**Verify port forwarding (Always On only).**
93
+
4.**Verify port forwarding.**
106
94
Click the **Check** button. If successful, you'll see the message, "Your Unraid Server is reachable from the Internet."
107
95
108
-
For Dynamic forwarding, you need to click **Enable Dynamic Remote Access** in [Unraid Connect](https://connect.myunraid.net/) to allow access.
109
-
110
96
:::caution[Troubleshooting]
111
97
112
98
If the setting changes from %%UPnP|upnp%% to Manual Port Forward upon reloading, Unraid might not be able to communicate with your router. Double-check that %%UPnP|upnp%% is enabled and consider updating your router's firmware.
@@ -129,9 +115,7 @@ To configure manual port forwarding:
129
115
130
116
Some routers may require the WAN port and HTTPS port to match. If so, use the same high random number for both.
131
117
132
-
4.**Verify port forwarding (Always On only):** Press the **Check** button. If everything is correct, you’ll see “Your Unraid Server is reachable from the Internet.”
133
-
134
-
For dynamic forwarding, ensure to click **Enable Dynamic Remote Access** in [Unraid Connect](https://connect.myunraid.net/) to enable access.
118
+
4.**Verify port forwarding:** Press the **Check** button. If everything is correct, you’ll see “Your Unraid Server is reachable from the Internet.”
135
119
136
120
5.**Access your server:** Log in to [Unraid Connect](https://connect.myunraid.net/) and click the **Manage** link to connect to your server remotely.
Need the USB Creator? [Getting Started With Unraid](https://unraid.net/getting-started)
10
+
Use this archive to find release notes and download links for Unraid OS versions. To update an existing server, use the built-in updater; see the [standard update process](./updating-unraid/index.mdx#standard-update-process) for steps. To create a new boot device, use the [Unraid USB Creator](https://unraid.net/download).
11
+
12
+
If you are deciding which release to install, start with [Unraid OS release types](./updating-unraid/release-types.mdx).
Copy file name to clipboardExpand all lines: docs/unraid-os/getting-started/set-up-unraid/internal-boot-faq.mdx
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,20 @@ This page contains frequently asked questions about internal boot in Unraid OS.
35
35
</div>
36
36
</details>
37
37
38
+
### I switched from flash boot to internal boot, but the system still boots from flash. What should I do? {/* #internal-boot-bios-order */}
39
+
### Why would I use internal boot instead of a USB flash drive? {/* #internal-boot-benefits */}
40
+
41
+
Internal boot is optional. If your USB flash boot setup is reliable and fits your server, you do not need to switch just because internal boot exists.
42
+
43
+
Internal boot solves a few practical problems:
44
+
45
+
- It reduces reliance on USB flash media. Internal SSD, NVMe, or eMMC devices are generally more durable than inexpensive USB flash drives and are less likely to be bumped, removed, or damaged.
46
+
- It supports mirrored boot devices. With two internal boot devices, Unraid can continue booting if one device fails.
47
+
- It works better for systems where USB boot is awkward, exposed, unreliable, or not preferred by the hardware design.
48
+
- It lets you choose a dedicated boot pool for boot-only devices, or a boot + data pool when you want to reserve part of a larger device for boot and use the remaining capacity as a normal pool.
49
+
50
+
Internal boot does not make the array faster during normal operation, and it is not required for servers that are already booting reliably from USB.
51
+
38
52
### I switched from flash boot to internal boot, but the system still boots from flash. What should I do? {/* #internal-boot-bios-order */}
39
53
40
54
Unraid attempts to update the UEFI boot order automatically. If that does not take effect, manually move your internal boot device(s) to the top of your BIOS/UEFI boot order, save changes, and reboot.
Copy file name to clipboardExpand all lines: docs/unraid-os/release-notes/7.2.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Note that some plugins may have visual issues in this release; please give plugi
6
6
7
7
## Upgrading
8
8
9
-
For step-by-step instructions, see [Upgrading Unraid](../../unraid-os/system-administration/maintain-and-update/upgrading-unraid.mdx). Questions about your [license](../../unraid-os/troubleshooting/licensing-faq.mdx#license-types--features)?
9
+
For step-by-step instructions, see [Updating Unraid](/unraid-os/updating-unraid/). Questions about your [license](../../unraid-os/troubleshooting/licensing-faq.mdx#license-types--features)?
Copy file name to clipboardExpand all lines: docs/unraid-os/release-notes/7.2.1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is a small update with some great fixes and improvements.
4
4
5
5
## Upgrading
6
6
7
-
For step-by-step instructions, see [Upgrading Unraid](../../unraid-os/system-administration/maintain-and-update/upgrading-unraid.mdx). Questions about your [license](../../unraid-os/troubleshooting/licensing-faq.mdx#license-types--features)?
7
+
For step-by-step instructions, see [Updating Unraid](/unraid-os/updating-unraid/). Questions about your [license](../../unraid-os/troubleshooting/licensing-faq.mdx#license-types--features)?
Copy file name to clipboardExpand all lines: docs/unraid-os/release-notes/7.2.2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ If you are on 7.2.0 or earlier you can skip straight to 7.2.2.
8
8
9
9
## Upgrading
10
10
11
-
For step-by-step instructions, see [Upgrading Unraid](../../unraid-os/system-administration/maintain-and-update/upgrading-unraid.mdx). Questions about your [license](../../unraid-os/troubleshooting/licensing-faq.mdx#license-types--features)?
11
+
For step-by-step instructions, see [Updating Unraid](/unraid-os/updating-unraid/). Questions about your [license](../../unraid-os/troubleshooting/licensing-faq.mdx#license-types--features)?
0 commit comments