Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
45ee720
docs: enhance documentation with comprehensive content expansions and…
Oct 14, 2025
4bb42ed
Merge branch 'main' of https://github.com/unraid/docs
Oct 14, 2025
ba26e71
Merge branch 'main' of https://github.com/unraid/docs
Oct 14, 2025
55a491e
docs: apply CodeRabbit formatting and clarity improvements
Oct 15, 2025
f09af34
docs: fix VM snapshot memory dump guidance (CodeRabbit)
Oct 15, 2025
8c00d78
Merge remote-tracking branch 'upstream/main'
Oct 15, 2025
c5d59fe
docs: Fix VM paths, icon organization, and rebuild instructions
Oct 24, 2025
d8ce64c
docs: Organize notification agent icons in dedicated static directory
Oct 24, 2025
b35b7ac
Merge remote-tracking branch 'upstream/main'
Oct 28, 2025
41581ba
docs: Flatten tabbed content and improve documentation accessibility
Oct 31, 2025
9c55e3f
refactor: update sidebar sorting and improve documentation clarity
Oct 31, 2025
393e605
fix: update iframe attributes to JSX camelCase format
Oct 31, 2025
52f84c7
Merge upstream/main: resolve conflicts in release notes and documenta…
Oct 31, 2025
914b829
Merge upstream/main: sync with 7.2.0 release notes update
Oct 31, 2025
28bf859
docs: Update FAQ structure and table of contents settings
Oct 31, 2025
122f77d
docs: Update FAQ and Licensing FAQ for improved structure and accessi…
Oct 31, 2025
3a63f3a
Merge branch 'main' of https://github.com/grizzlechips/docs
Oct 31, 2025
ccb57e8
Merge upstream/main: Bring in Unraid Account section and latest changes
Nov 4, 2025
d582a4b
chore: update documentation for API and configuration improvements
Nov 7, 2025
5e539e5
fix: update documentation and image paths for ZFS storage
Nov 7, 2025
47b247f
fix: update image paths in ZFS storage documentation
Nov 7, 2025
9f89784
fix: update release notes for Unraid OS 7.2.0
Nov 7, 2025
3f0fc6b
fix: update Docusaurus configuration and release notes formatting
Nov 7, 2025
62f14f5
Merge branch 'main' into main
ljm42 Nov 8, 2025
fd459fa
Update documentation for Unraid OS settings and features
Dec 20, 2025
a72fcac
Update ZFS storage documentation image reference
Dec 20, 2025
0a56ce3
Update documentation and configuration files
Jan 8, 2026
c74cfe8
Merge branch 'main' of https://github.com/grizzlechips/docs
Jan 21, 2026
fb1bd15
Refactor docusaurus.config.ts structure and update licensing FAQ docu…
Jan 22, 2026
3e7f0ea
Refactor markdown configuration in docusaurus.config.ts
Jan 22, 2026
fd3db67
Refactor markdown configuration in docusaurus.config.ts
Jan 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions docs/unraid-os/troubleshooting/licensing-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,28 @@ You can upgrade your license at any time from within the %%WebGUI|web-gui%% (***

### How do I manually install my license keyfile to my USB flash device? {#manual-keyfile-install}

#### Manual (Offline) method
#### Install via WebGUI download

1. Ensure you have a recent backup of your USB drive. Use [Unraid Connect](../../unraid-connect/overview-and-setup.mdx) (recommended) or the local backup option at ***Main → Flash → Flash Backup***.
2. Shut down your Unraid server and remove the USB flash device.
3. Insert the USB flash into another computer.
4. Open the USB drive and copy your `.key` file into the `/config` folder.
*Make sure this is the only `.key` file present—delete any others.*
5. Safely eject the USB flash device, reinstall it in your server, and reboot.
1. Navigate to [account.unraid.net/keys](https://account.unraid.net/keys), select **View options** next to your key, then click **Copy Key URL**.
2. Navigate to your server's ***Tools → Registration***.
3. Scroll to the bottom of the Registration page, to the **Install Key** section.
4. Paste the URL into the **Key file URL** field, and click **Install**.

#### Network (Online) method
#### Install via network share

1. If your server is running and the flash share is visible on your network, navigate to the flash share under **Network**.
2. Drag and drop the registration key file into the `config` directory.
3. In the %%WebGUI|web-gui%%, **Stop** the %%array|array%%, then **Start** the %%array|array%% again to apply the new key.

#### Install via USB flash drive

1. Ensure you have a recent backup of your USB drive. Use [Unraid Connect](../../unraid-connect/overview-and-setup.mdx) (recommended) or the local backup option at ***Main → Flash → Flash Backup***.
2. Shut down your Unraid server and remove the USB flash device.
3. Insert the USB flash into another computer.
4. Open the USB drive and copy your `.key` file into the `/config` folder.
*Make sure this is the only `.key` file present - delete any others.*
5. Safely eject the USB flash device, reinstall it in your server, and reboot.

### How can I determine my registration type? {#registration-type}

Navigate to ***Tools → Registration*** in the %%WebGUI|web-gui%%. Here, you can find your current license type and registration details.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const config: Config = {
// to replace "en" with "zh-Hans".
markdown: {
hooks: {
onBrokenMarkdownLinks: "warn",
onBrokenMarkdownLinks: () => "warn",
},
},
i18n: {
Expand Down
Loading