├── .github ├── pull_request_template.md └── workflows │ └── pr.yml ├── .gitignore ├── .vscode ├── extensions.json └── settings.json ├── README.md ├── babel.config.js ├── docs ├── API │ ├── _category_.json │ ├── cli.md │ ├── how-to-use-the-api.md │ ├── index.md │ └── upcoming-features.md ├── account │ ├── _category_.json │ ├── account.md │ ├── assets │ │ ├── link-key-step-01.png │ │ ├── link-key-step-02.png │ │ ├── link-key-step-03.png │ │ └── link-key-step-04.png │ └── link-key.md ├── connect │ ├── _category_.json │ ├── assets │ │ ├── Deep-linking.png │ │ ├── Dns_rebinding_error.png │ │ ├── Enabling_remote_access.png │ │ ├── Register-a-server-7f35552e.png │ │ ├── Remote-access-enable-card.png │ │ ├── Remote-access-enabled-static.png │ │ ├── Remote_access_settings.png │ │ ├── Screenshot_2023-02-28_at_12.28.24_PM.png │ │ ├── Screenshot_2023-04-24_at_1.01.20_PM.png │ │ ├── Screenshot_2023-04-24_at_1.39.53_PM.png │ │ ├── Screenshot_2023-04-24_at_1.44.03_PM.png │ │ ├── Screenshot_2023-04-24_at_1.44.16_PM.png │ │ └── Sign-in-up-connect-975a8554.png │ ├── flash-backup.md │ ├── help.md │ ├── index.md │ ├── privacy.md │ └── remote-access.md ├── docs-home.md ├── legacy │ ├── Articles │ │ ├── dual-boot-unraid-and-windows.md │ │ ├── expanding-windows-vm-vdisk-partitions.md │ │ └── upgrading-to-unraid-6.md │ ├── FAQ │ │ ├── Parity.md │ │ ├── cache-disk.md │ │ ├── check-disk-filesystems.md │ │ ├── check-harddrive-speed.md │ │ ├── console.md │ │ ├── parity-swap-procedure.md │ │ ├── replacing-a-data-drive.md │ │ ├── replacing-multiple-data-drives.md │ │ ├── setting-up-cpu-and-board-temperature-sensing.md │ │ ├── setup-sleep-and-wake-on-lan.md │ │ ├── shrink-array.md │ │ ├── terminal-access.md │ │ ├── transferring-files-from-a-network-share-to-unraid.md │ │ ├── transferring-files-within-the-unraid-server.md │ │ ├── understanding-smart-reports.md │ │ └── usb-flash-drive-preparation.md │ ├── _category_.json │ └── assets │ │ ├── Resize_vdisk_2_(using_diskpart_to_delete_recovery_partition).PNG │ │ ├── Resize_vdisk_3_(extend_partition_in_disk_management).PNG │ │ └── Resize_vdisk_4_(partition_has_been_extended_in_disk_management).PNG └── unraid-os │ ├── _category_.json │ ├── assets │ ├── Add-device.png │ ├── Backup_flash_drive.png │ ├── Bios-virtualization1.png │ ├── Bios-virtualization2.jpg │ ├── Bios-virtualization3.JPG │ ├── Bios-virtualization4.png │ ├── BootMenu.jpg │ ├── Booting.jpg │ ├── Btrfs-raid1.jpg │ ├── CA_Tile1.png │ ├── CA_Tile2.png │ ├── Cache-pool.gif │ ├── Change_install_iso.png │ ├── Check_button.PNG │ ├── Code-icon.jpg │ ├── Configuringarray1.png │ ├── Confirmrebuild.png │ ├── Diagnostics.jpg │ ├── Disable_disk_defrag_-_step_1.PNG │ ├── Disable_disk_defrag_-_step_2.png │ ├── Disable_disk_defrag_-_step_3.png │ ├── Disable_disk_defrag_-_step_4.png │ ├── Disable_fast_startup_-_step_1.png │ ├── Disable_fast_startup_-_step_2.png │ ├── Disable_fast_startup_-_step_3.png │ ├── Disable_windows_indexing_-_step_1.png │ ├── Disable_windows_indexing_-_step_2.png │ ├── Disable_windows_indexing_-_step_3.png │ ├── Disk-settings.png │ ├── Diskfailureindicator.png │ ├── Diskfailurenotification.png │ ├── Diskrebuildnotification.png │ ├── Docker-vs-VM@2x.png │ ├── Docker@2x.png │ ├── Docker_run.png │ ├── Dockerguide-controlling.png │ ├── Dockerguide-usingvolumes.png │ ├── Dont_use_windows_upgrade_assistant.png │ ├── Download.png │ ├── Drive_failure@2x.png │ ├── Dynamix.docker.manager.png │ ├── Enable_rdp_-_step_1.png │ ├── Enable_rdp_-_step_2.png │ ├── Enable_rdp_-_step_3.png │ ├── Help-icon.jpg │ ├── High-Water_Allocation_Method.JPG │ ├── High_performance_power_mode_-_step_1.png │ ├── High_performance_power_mode_-_step_2.png │ ├── History_button.PNG │ ├── Ident.png │ ├── Invalidkey.png │ ├── Invalidormissingkey.png │ ├── KVM@2x.png │ ├── Level_0.JPG │ ├── Log-icon.png │ ├── Log-icon2.PNG │ ├── Movie_Share.jpg │ ├── Movies_Share_Disk_View.JPG │ ├── Newconfig.png │ ├── No_parity@2x.png │ ├── Only_1_cpu_core_assigned.png │ ├── Parity@2x.png │ ├── Replacekey.png │ ├── SMBSettings.png │ ├── Screen_Shot_2021-06-24_at_12.38.44_PM.png │ ├── Selectversion.png │ ├── Set_root_password.png │ ├── Split_level_1.JPG │ ├── Split_level_2.JPG │ ├── Split_level_3.JPG │ ├── Switch_toggle.png │ ├── Syslog-server-setup.jpg │ ├── Syslog-server.jpg │ ├── TimeMachineEditor.png │ ├── Timeremaining.png │ ├── Toomanydevices.png │ ├── Toomanywrong.png │ ├── Upc_get_started.png │ ├── Upc_install_trial_key.png │ ├── Upgrade-UPC.png │ ├── Usbcreator.png │ ├── User_shares_-_access@2x.png │ ├── User_shares_-_distribution@2x.png │ ├── Wireguard-help.png │ ├── Wireguard.png │ ├── account-options.png │ ├── activate.png │ ├── ca.png │ ├── date-time-new.png │ ├── enable-bridging.png │ ├── key.png │ ├── navbar2.png │ ├── peer-add.png │ ├── peer-eye.png │ ├── peer-view.png │ ├── status-bar.png │ ├── toolbar.png │ ├── upnp-no.png │ ├── upnp-yes.png │ ├── webgui.png │ └── wg0.png │ ├── download_list.mdx │ ├── faq │ ├── _category_.json │ ├── installation.md │ ├── licensing-faq.md │ ├── os-faq.md │ └── redeem-license-activation-code.md │ ├── getting-started │ ├── _category_.json │ ├── advanced-bios-config.md │ ├── considerations.md │ ├── getting-started.md │ ├── manual-install-method.md │ └── quick-install-guide.md │ ├── guides │ ├── _category_.json │ ├── configuring-time-machine.md │ ├── convert-windows-to-vm.md │ ├── physical-to-virtual.md │ ├── wol-setup-for-unraid.md │ └── xen-to-kvm.md │ ├── manual │ ├── _category_.json │ ├── additional-settings.md │ ├── applications.md │ ├── changing-the-flash-device.md │ ├── docker-management.md │ ├── multi-language.md │ ├── security │ │ ├── _category_.json │ │ ├── assets │ │ │ └── outgoing-proxy-manager.png │ │ ├── data-encryption.md │ │ ├── flash-drive.md │ │ ├── good-practices.md │ │ ├── outgoing-proxy-manager.md │ │ ├── secure-webgui-ssl.md │ │ ├── security.md │ │ ├── tailscale.md │ │ └── vpn.md │ ├── shares │ │ ├── _category_.json │ │ ├── create-a-share.md │ │ ├── delete-a-share.md │ │ ├── disk-shares.md │ │ ├── network-access.md │ │ ├── shares.md │ │ └── user-shares.md │ ├── storage-management.md │ ├── tools.md │ ├── upgrade-instructions.md │ ├── users │ │ ├── _category_.json │ │ ├── create-user.md │ │ ├── manage-user.md │ │ ├── reset-password.md │ │ └── users.md │ ├── vm │ │ ├── _category_.json │ │ ├── vm-management.md │ │ └── vm-support.md │ └── zfs │ │ ├── _category_.json │ │ └── placeholder.md │ ├── overview │ ├── _category_.json │ ├── application-server.md │ ├── nas.md │ ├── ui-reference.md │ ├── unraid-management.md │ ├── virtualization-host.md │ └── what-is-unraid.md │ ├── release-notes │ ├── 6.10.0.md │ ├── 6.10.1.md │ ├── 6.10.2.md │ ├── 6.10.3.md │ ├── 6.11.0.md │ ├── 6.11.1.md │ ├── 6.11.2.md │ ├── 6.11.3.md │ ├── 6.11.4.md │ ├── 6.11.5.md │ ├── 6.12.0.md │ ├── 6.12.1.md │ ├── 6.12.10.md │ ├── 6.12.11.md │ ├── 6.12.12.md │ ├── 6.12.13.md │ ├── 6.12.14.md │ ├── 6.12.15.md │ ├── 6.12.2.md │ ├── 6.12.3.md │ ├── 6.12.4.md │ ├── 6.12.5.md │ ├── 6.12.6.md │ ├── 6.12.8.md │ ├── 6.12.9.md │ ├── 6.9.0.md │ ├── 6.9.1.md │ ├── 6.9.2.md │ ├── 7.0.0.md │ ├── 7.0.1.md │ ├── 7.1.0.md │ ├── 7.1.1.md │ ├── 7.1.2.md │ ├── 7.1.3.md │ └── _category_.json │ └── troubleshooting │ ├── _category_.json │ ├── boot-issues.md │ ├── cache-issues.md │ ├── crc-errors.md │ ├── data-recovery.md │ ├── diagnostics-information.md │ ├── docker.md │ ├── system-crash.md │ ├── troubleshooting.md │ ├── unclean-shutdowns.md │ └── windows-connection.md ├── docusaurus.config.js ├── i18n ├── es │ └── docusaurus-plugin-content-docs │ │ └── current │ │ └── unraid-os │ │ ├── faq │ │ └── redeem-license-activation-code.md │ │ └── manual │ │ └── getting-started │ │ └── manual-install-method.md └── zh │ └── docusaurus-plugin-content-docs │ └── current │ └── unraid-os │ ├── assets │ ├── AppsTab.png │ ├── Chinese-Search.png │ ├── Docker_register_mirrors.png │ ├── Download.png │ ├── Edit_Script.png │ ├── NTP.png │ ├── Output.png │ ├── Run_in_background.png │ ├── Switch_toggle.png │ ├── Terminal.png │ ├── Toprightbar.png │ └── Upgrade-UPC.png │ ├── faq │ ├── installation.md │ ├── licensing-faq.md │ ├── os-faq.md │ └── redeem-license-activation-code.md │ └── manual │ └── x-getting-started.md ├── iframe-test.html ├── package-lock.json ├── package.json ├── renovate.json ├── sidebars.js ├── sitebar-semver-sort.js ├── src ├── components │ ├── HomepageFeatures │ │ ├── index.tsx │ │ └── styles.module.css │ ├── RedirectList │ │ └── index.tsx │ └── ReleasesList │ │ └── index.tsx ├── css │ └── custom.css ├── hooks │ └── useIframe.ts └── theme │ ├── Layout │ ├── IframeNavigation.tsx │ ├── ThemeSync.tsx │ └── index.tsx │ └── NotFound.js ├── static ├── .nojekyll ├── .well-known │ └── security.txt ├── CNAME ├── docs │ └── legacy │ │ ├── AOC-SASLP-MV8.jpg │ │ ├── AddRemoteSMB.png │ │ ├── Address_bar_small.jpg │ │ ├── Airvideo.png │ │ ├── Algorithm.png │ │ ├── App.png │ │ ├── Apple.png │ │ ├── Apps.png │ │ ├── Archive.png │ │ ├── Arrange.png │ │ ├── Audio.png │ │ ├── Avatar_41857_1330581050.png │ │ ├── Beets.png │ │ ├── Btsync.png │ │ ├── CA_Tile.png │ │ ├── CP_-_About.JPG │ │ ├── CP_-_General_Settings.JPG │ │ ├── CP_-_NZBs_Torrents.JPG │ │ ├── Cache_dirs.png │ │ ├── Certificate.png │ │ ├── Chat.png │ │ ├── Clock.png │ │ ├── Cloud-connect.png │ │ ├── Config.png │ │ ├── Connect-black.png │ │ ├── Connected.jpg │ │ ├── Control_panel.png │ │ ├── CouchP_-_First_Log.JPG │ │ ├── Couchpotato_Plugin.png │ │ ├── Cpu-pinning.png │ │ ├── Cpu.png │ │ ├── Crashplan.png │ │ ├── Credential-details.png │ │ ├── Credential-manager.png │ │ ├── Credential-overview.png │ │ ├── Credits.png │ │ ├── Custom.png │ │ ├── Dashboard.png │ │ ├── Denyhosts.png │ │ ├── Dev_tools_unraid5.0.5.png │ │ ├── Device_status.png │ │ ├── Diagnostics.png │ │ ├── Disc.png │ │ ├── Disconnected.jpg │ │ ├── Discord.png │ │ ├── Disk-encrypted.png │ │ ├── Disk.png │ │ ├── Diskfailure.png │ │ ├── Disks.png │ │ ├── Display.png │ │ ├── Docker-assignable-resources.PNG │ │ ├── Docker-containers.PNG │ │ ├── Docker-images.PNG │ │ ├── Docker.png │ │ ├── Document.png │ │ ├── Download_key_and_flash_backup_animated.gif │ │ ├── Dropbox.png │ │ ├── Dynamix.plugin.control.png │ │ ├── Dynamix.webGui.png │ │ ├── Earth.png │ │ ├── Enable_geek_tools_results.png │ │ ├── Energysaving.png │ │ ├── Ethernet.png │ │ ├── Eula.png │ │ ├── Example.jpg │ │ ├── Excluded-disks.gif │ │ ├── Experiments.png │ │ ├── Eye.png │ │ ├── FCR-MRG2.jpg │ │ ├── Fan.png │ │ ├── Flash_backup_button_(old).png │ │ ├── Folder.png │ │ ├── Fort.png │ │ ├── Ftp.png │ │ ├── Gear.jpg │ │ ├── Gear.png │ │ ├── Getaregkey.png │ │ ├── Globe.png │ │ ├── Hardware.png │ │ ├── Headphoneslogo.png │ │ ├── Health.png │ │ ├── Home.png │ │ ├── Information.png │ │ ├── Initial.gif │ │ ├── KG2.jpg │ │ ├── LRWM01USBEUA.jpg │ │ ├── Language-filled.png │ │ ├── Language.png │ │ ├── Level_0_example.JPG │ │ ├── Libvirt.png │ │ ├── Lighting.png │ │ ├── Lime-gui.png │ │ ├── Linux.png │ │ ├── Linuxinstall.png │ │ ├── Log.png │ │ ├── Ltlogo-2015-155x155.png │ │ ├── Ltlogo-2015-wiki.png │ │ ├── MB1.JPG │ │ ├── Main.png │ │ ├── Mb2.JPG │ │ ├── Mb3.JPG │ │ ├── Mb4.JPG │ │ ├── Motherboard.png │ │ ├── Move.png │ │ ├── Mover.png │ │ ├── Mysql.png │ │ ├── NTP.png │ │ ├── Nerdpack_screen_on.png │ │ ├── Nerdtools_icon.png │ │ ├── Network.png │ │ ├── New_config.png │ │ ├── New_drive.png │ │ ├── Nvme.png │ │ ├── Nzbget.png │ │ ├── Openvpn.png │ │ ├── Overview-icon.png │ │ ├── Overview.png │ │ ├── Packages.png │ │ ├── Pagemap.png │ │ ├── Parity-explained-1.png │ │ ├── Parity-explained-2.png │ │ ├── Parity-explained-3.png │ │ ├── Paritycheck-bottomleft.png │ │ ├── Paritycheck-browsernotification.png │ │ ├── Performance.png │ │ ├── Permissions.png │ │ ├── Picture.png │ │ ├── Plugins.png │ │ ├── Pms_48px.png │ │ ├── Preclear.png │ │ ├── Processes.png │ │ ├── Profile.png │ │ ├── Ps3mediaserver.png │ │ ├── Question.png │ │ ├── Ram.png │ │ ├── Recycle.png │ │ ├── Registration.png │ │ ├── Remote-access.png │ │ ├── Repeatable.png │ │ ├── Resize_vdisk_1.png │ │ ├── Rocket.png │ │ ├── SDDRK-121-A11M.jpeg │ │ ├── Sdcruzerfit.jpg │ │ ├── Security.png │ │ ├── Serviio.png │ │ ├── Sf_itunesserver.png │ │ ├── Sf_webserver.png │ │ ├── Share.png │ │ ├── Shares.jpg │ │ ├── Shares.png │ │ ├── Sharing-protocol.png │ │ ├── Shop.png │ │ ├── Sign_out.png │ │ ├── Slimserver.png │ │ ├── Snap.png │ │ ├── Snapshot.png │ │ ├── Split_Level.JPG │ │ ├── Ssh.png │ │ ├── Subsonic.png │ │ ├── Sync.png │ │ ├── Temp.png │ │ ├── Template.png │ │ ├── Themes.png │ │ ├── TimeMachinescreen.png │ │ ├── Tooltip.jpg │ │ ├── Unraid-array-with-cache.gif │ │ ├── Unraid-array.gif │ │ ├── Unraid-settings.JPG │ │ ├── Unraid_gmail_settings.png │ │ ├── Update.png │ │ ├── Ups.png │ │ ├── Usb.png │ │ ├── User-share-file-system.jpg │ │ ├── User-shares-access-policies.png │ │ ├── User-shares-distribution-policies.png │ │ ├── User-shares-explained-1.png │ │ ├── User-shares-explained-2.png │ │ ├── User.png │ │ ├── User_profile_component_-_main_navigation.png │ │ ├── User_profile_component_-_sign_in_or_sign_up.png │ │ ├── Users.png │ │ ├── Validationerror.png │ │ ├── Vars.png │ │ ├── Video.png │ │ ├── Virtualization.png │ │ ├── Vms-assignable-resources.PNG │ │ ├── Vpn.png │ │ ├── Warning.png │ │ ├── Windows.png │ │ ├── XBMC-SaLUd.png │ │ ├── Xbmcserver.png │ │ └── Zip.png ├── img │ ├── docusaurus.png │ ├── favicon.ico │ ├── favicon.svg │ ├── meta-unraid.png │ ├── un-mark-gradient.svg │ ├── undraw_docusaurus_mountain.svg │ ├── undraw_docusaurus_react.svg │ ├── undraw_docusaurus_tree.svg │ └── unraid-stacked-dark.svg ├── js │ └── redirects.js └── robots.txt └── tsconfig.json /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | Before Submitting This PR, Please Ensure You Have Completed The Following: 2 | 3 | 1. [ ] Are internal links to wiki documents using [relative file links](https://docusaurus.io/docs/markdown-features/links)? 4 | 2. [ ] Are all new documentation files lowercase, with dash separated names (ex. unraid-os.mdx)? 5 | 3. [ ] Are all assets (images, etc), located in an assets/ subfolder next to the .md/mdx files? 6 | 4. [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? 7 | 5. [ ] Is the build succeeding? 8 | -------------------------------------------------------------------------------- /.github/workflows/pr.yml: -------------------------------------------------------------------------------- 1 | # Simple workflow for deploying static content to GitHub Pages 2 | name: Build PR 3 | 4 | on: 5 | # Runs on pushes targeting the default branch 6 | pull_request: 7 | 8 | # Allows you to run this workflow manually from the Actions tab 9 | workflow_dispatch: 10 | 11 | concurrency: 12 | group: ${{ github.ref }} 13 | cancel-in-progress: true 14 | 15 | jobs: 16 | # Single deploy job since we're just deploying 17 | build: 18 | runs-on: ubuntu-latest 19 | steps: 20 | - name: Checkout 21 | uses: actions/checkout@v4 22 | - name: Install NPM 23 | uses: actions/setup-node@v4 24 | with: 25 | node-version: 19 26 | cache: npm 27 | cache-dependency-path: package-lock.json 28 | - name: Install dependencies 29 | run: npm install --frozen-lockfile 30 | - name: NPM Build 31 | run: npm run build 32 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Dependencies 2 | /node_modules 3 | 4 | # Production 5 | /build 6 | 7 | # Generated files 8 | .docusaurus 9 | .cache-loader 10 | 11 | # Misc 12 | .DS_Store 13 | .env.local 14 | .env.development.local 15 | .env.test.local 16 | .env.production.local 17 | 18 | npm-debug.log* 19 | yarn-debug.log* 20 | yarn-error.log* 21 | -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": [ 3 | "davidanson.vscode-markdownlint", 4 | "esbenp.prettier-vscode" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "cSpell.words": [ 3 | "Adaptec", 4 | "apcupsd", 5 | "ipvlan", 6 | "macvlan", 7 | "macvtap", 8 | "nchan", 9 | "Realtek", 10 | "Tailnet", 11 | "Tailscale", 12 | "Unraid", 13 | "Userspace" 14 | ], 15 | "cSpell.customDictionaries": { 16 | 17 | } 18 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Unraid Documentation 2 | 3 | View the live documentation on our website [Unraid Docs](https://docs.unraid.net) 4 | 5 | Unraid Docs are built using [Docusaurus](https://docusaurus.io/) 6 | 7 | ### Installation 8 | 9 | ``` 10 | $ npm i 11 | ``` 12 | 13 | ### Local Development 14 | 15 | ``` 16 | $ npm run start 17 | ``` 18 | 19 | This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. 20 | 21 | ``` 22 | $ npm run start -- --locale zh 23 | $ npm run start -- --locale es 24 | ``` 25 | These commands start a local development server for a specific locale (run one at a time.) 26 | 27 | 28 | ### Build 29 | 30 | ``` 31 | $ npm run build 32 | ``` 33 | 34 | This command generates static content into the `build` directory and can be served using any static contents hosting service such as: 35 | 36 | ``` 37 | $ npm run serve 38 | ``` 39 | 40 | 41 | ### Deployment 42 | 43 | Using SSH: 44 | 45 | ``` 46 | $ USE_SSH=true yarn deploy 47 | ``` 48 | 49 | Not using SSH: 50 | 51 | ``` 52 | $ GIT_USER= yarn deploy 53 | ``` 54 | 55 | If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. 56 | -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: [require.resolve("@docusaurus/core/lib/babel/preset")], 3 | }; 4 | -------------------------------------------------------------------------------- /docs/API/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Unraid API", 3 | "position": 4 4 | } -------------------------------------------------------------------------------- /docs/API/index.md: -------------------------------------------------------------------------------- 1 | # Unraid API 2 | 3 | The Unraid API provides a GraphQL interface for programmatic interaction with your Unraid server. It enables automation, monitoring, and integration capabilities. 4 | 5 | ## Current Availability 6 | 7 | The API is available through the Unraid Connect Plugin: 8 | 9 | 1. Install Unraid Connect Plugin from Apps 10 | 2. [Configure the plugin](./how-to-use-the-api.md#enabling-the-graphql-sandbox) 11 | 3. Access API functionality through the [GraphQL Sandbox](./how-to-use-the-api.md#accessing-the-graphql-sandbox) 12 | 13 | ## Future Availability 14 | 15 | The API will be integrated directly into the Unraid operating system in an upcoming OS release. This integration will: 16 | 17 | - Make the API a core part of the Unraid system 18 | - Remove the need for separate plugin installation 19 | - Enable deeper system integration capabilities 20 | 21 | ## Documentation Sections 22 | 23 | - [CLI Commands](./cli.md) - Reference for all available command-line interface commands 24 | - [Using the Unraid API](./how-to-use-the-api.md) - Comprehensive guide on using the GraphQL API 25 | - [Upcoming Features](./upcoming-features.md) - Roadmap of planned features and improvements 26 | 27 | ## Key Features 28 | 29 | The API provides: 30 | 31 | - GraphQL Interface: Modern, flexible API with strong typing 32 | - Authentication: Secure access via API keys or session cookies 33 | - Comprehensive Coverage: Access to system information, array management, and Docker operations 34 | - Developer Tools: Built-in GraphQL sandbox for testing 35 | - Role-Based Access: Granular permission control 36 | 37 | For detailed usage instructions, see [CLI Commands](./cli.md). 38 | -------------------------------------------------------------------------------- /docs/API/upcoming-features.md: -------------------------------------------------------------------------------- 1 | # Upcoming Features 2 | 3 | Note: This roadmap outlines planned features and improvements for the Unraid API. Features and timelines may change based on development priorities and community feedback. 4 | 5 | ## Core Infrastructure 6 | 7 | | Feature | Status | Tag | 8 | |---------|--------|-----| 9 | | API Development Environment Improvements | Done | v4.0.0 | 10 | | Include API in Unraid OS | Planned (Q1 2025) | - | 11 | | Make API Open Source | Planned (Q1 2025) | - | 12 | | Separate API from Connect Plugin | Planned (Q2 2025) | - | 13 | | Developer Tools for Plugins | Planned (Q2 2025) | - | 14 | 15 | ## Security & Authentication 16 | 17 | | Feature | Status | Tag | 18 | |---------|--------|-----| 19 | | Permissions System Rewrite | Done | v4.0.0 | 20 | | User Interface Component Library | In Progress | - | 21 | 22 | ## User Interface Improvements 23 | 24 | | Feature | Status | Tag | 25 | |---------|--------|-----| 26 | | New Settings Pages | Planned (Q2 2025) | - | 27 | | Custom Theme Creator | Planned (Q2-Q3 2025) | - | 28 | | New Connect Settings Interface | Planned (Q1 2025) | - | 29 | 30 | ## Array Management 31 | 32 | | Feature | Status | Tag | 33 | |---------|--------|-----| 34 | | Array Status Monitoring | Done | v4.0.0 | 35 | | Storage Pool Creation Interface | Planned (Q2 2025) | - | 36 | | Storage Pool Status Interface | Planned (Q2 2025) | - | 37 | 38 | ## Docker Integration 39 | 40 | | Feature | Status | Tag | 41 | |---------|--------|-----| 42 | | Docker Container Status Monitoring | Done | v4.0.0 | 43 | | New Docker Status Interface Design | Planned (Q3 2025) | - | 44 | | New Docker Status Interface | Planned (Q3 2025) | - | 45 | | Docker Container Setup Interface | Planned (Q3 2025) | - | 46 | | Docker Compose Support | Planned | - | 47 | 48 | ## Share Management 49 | 50 | | Feature | Status | Tag | 51 | |---------|--------|-----| 52 | | Array/Cache Share Status Monitoring | Done | v4.0.0 | 53 | | Storage Share Creation & Settings | Planned | - | 54 | | Storage Share Management Interface | Planned | - | 55 | 56 | ## Plugin System 57 | 58 | | Feature | Status | Tag | 59 | |---------|--------|-----| 60 | | New Plugins Interface | Planned (Q3 2025) | - | 61 | | Plugin Management Interface | Planned | - | 62 | | Plugin Development Tools | Planned | - | 63 | 64 | ## Notifications 65 | 66 | | Feature | Status | Tag | 67 | |---------|--------|-----| 68 | | Notifications System | Done | v4.0.0 | 69 | | Notifications Interface | Done | v4.0.0 | 70 | 71 | Features marked as "Done" are available in current releases. The tag column shows the version where a feature was first introduced. 72 | -------------------------------------------------------------------------------- /docs/account/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Unraid.net Account", 3 | "position": 2, 4 | "link": { 5 | "type": "doc", 6 | "id": "account/account" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/account/account.md: -------------------------------------------------------------------------------- 1 | # Unraid Account 2 | 3 | ## What is an Unraid.net Account? 4 | 5 | An [Unraid.net account](https://account.unraid.net/) is the account you create to use the [Unraid forums](https://forums.unraid.net/), use [Unraid Connect](/connect/index.md), and to manage your Unraid keys. This account is _not the same_ as your server's root password that you use to login to the Unraid webgui. Users do not need to sign into this account to use Unraid. 6 | 7 | ## Unraid.net Account Sign In / Ups 8 | 9 | The unraid.net account is a single-sign-on (SSO) system that is used for authenticating users to Unraid’s online systems with a single account. This system is accessed through the website located at account.unraid.net. 10 | 11 | This SSO service is implemented on top of an AWS Cognito OAuth server, which is a private user pool database. User privacy is a top priority for us, and all data is stored securely and encrypted. 12 | 13 | The AWS Cognito user pool database stores the following data about registered users: 14 | 15 | * User ID, Username, Email address, Unraid Forum ID, User authorized to download Unraid prereleases 16 | * This database also stores attributes used for login, such as Password hash, MFA details, and Google/Apple SSO information. 17 | -------------------------------------------------------------------------------- /docs/account/assets/link-key-step-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/account/assets/link-key-step-01.png -------------------------------------------------------------------------------- /docs/account/assets/link-key-step-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/account/assets/link-key-step-02.png -------------------------------------------------------------------------------- /docs/account/assets/link-key-step-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/account/assets/link-key-step-03.png -------------------------------------------------------------------------------- /docs/account/assets/link-key-step-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/account/assets/link-key-step-04.png -------------------------------------------------------------------------------- /docs/account/link-key.md: -------------------------------------------------------------------------------- 1 | # Link a license key to an Unraid.net account 2 | 3 | :::important 4 | 5 | This process requires Unraid 6.12.8 or higher, or the [Unraid Connect](/connect/index.md) plugin. 6 | 7 | Trial keys are not eligible to be linked. 8 | 9 | ::: 10 | 11 | 1. Go to your Unraid server, open the dropdown in the top-right and click **Manage Unraid.net Account** 12 | 13 | ![Step 1](assets/link-key-step-01.png) 14 | 15 | 2. On the next page click **License Keys** 16 | 17 | ![Step 2](assets/link-key-step-02.png) 18 | 19 | 3. Then **Link Key** in the "Unlinked License Key Detected" section. 20 | 21 | ![Step 3](assets/link-key-step-03.png) 22 | 23 | 4. Lastly, confirm by clicking the **Confirm** button on the Link Key page 24 | 25 | ![Step 4](assets/link-key-step-04.png) 26 | 27 | 5. Once your key has successfully been linked to you account you'll be able to find the linked license key on the [License Keys](https://account.unraid.net/keys) page of your [Unraid.net account](https://account.unraid.net/). 28 | 29 | :::tip 30 | 31 | Questions about the linking process? Please [contact us](https://unraid.net/contact) 32 | 33 | ::: 34 | -------------------------------------------------------------------------------- /docs/connect/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Unraid Connect", 3 | "position": 3 4 | } 5 | -------------------------------------------------------------------------------- /docs/connect/assets/Deep-linking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Deep-linking.png -------------------------------------------------------------------------------- /docs/connect/assets/Dns_rebinding_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Dns_rebinding_error.png -------------------------------------------------------------------------------- /docs/connect/assets/Enabling_remote_access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Enabling_remote_access.png -------------------------------------------------------------------------------- /docs/connect/assets/Register-a-server-7f35552e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Register-a-server-7f35552e.png -------------------------------------------------------------------------------- /docs/connect/assets/Remote-access-enable-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Remote-access-enable-card.png -------------------------------------------------------------------------------- /docs/connect/assets/Remote-access-enabled-static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Remote-access-enabled-static.png -------------------------------------------------------------------------------- /docs/connect/assets/Remote_access_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Remote_access_settings.png -------------------------------------------------------------------------------- /docs/connect/assets/Screenshot_2023-02-28_at_12.28.24_PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Screenshot_2023-02-28_at_12.28.24_PM.png -------------------------------------------------------------------------------- /docs/connect/assets/Screenshot_2023-04-24_at_1.01.20_PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Screenshot_2023-04-24_at_1.01.20_PM.png -------------------------------------------------------------------------------- /docs/connect/assets/Screenshot_2023-04-24_at_1.39.53_PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Screenshot_2023-04-24_at_1.39.53_PM.png -------------------------------------------------------------------------------- /docs/connect/assets/Screenshot_2023-04-24_at_1.44.03_PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Screenshot_2023-04-24_at_1.44.03_PM.png -------------------------------------------------------------------------------- /docs/connect/assets/Screenshot_2023-04-24_at_1.44.16_PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Screenshot_2023-04-24_at_1.44.16_PM.png -------------------------------------------------------------------------------- /docs/connect/assets/Sign-in-up-connect-975a8554.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/connect/assets/Sign-in-up-connect-975a8554.png -------------------------------------------------------------------------------- /docs/connect/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 1 3 | --- 4 | 5 | # Unraid Connect 6 | 7 | ## What is Unraid Connect? 8 | 9 | Unraid Connect is your one-stop shop for server management, monitoring, 10 | and maintenance. Enjoy the convenience and connectivity of the cloud 11 | right from your Unraid homelab. 12 | 13 | Connect is designed to extend the value of your investment in Unraid by 14 | enabling you to more easily connect, share, monitor, and access your 15 | Unraid Server with a suite of new features including Dynamic Remote 16 | Access, Server Deep Linking, Server management from the Connect UI, 17 | Online flash backups, Real-time monitoring, and much more! 18 | 19 | [**Launch Unraid Connect**](https://connect.myunraid.net) 20 | -------------------------------------------------------------------------------- /docs/connect/privacy.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 5 3 | --- 4 | 5 | # Privacy 6 | 7 | Maintaining your data integrity, security, and privacy are of the utmost 8 | importance to us at Lime Technology. Below is a disclosure of what we 9 | store and relay when you use Unraid Connect. For more information, 10 | please see our [policies](https://unraid.net/policies) page. 11 | 12 | ## Data We Store 13 | 14 | When a server signs in to Unraid.net, it opens a secure connection to 15 | our hosted infrastructure and sends just enough data so we can give you 16 | a meaningful overview of your servers in the [Unraid Connect 17 | Dashboard](https://connect.myunraid.net). We do not keep 18 | historical data, just the most recent update from your server which 19 | includes: 20 | 21 | - Your server's hostname, description, and icon 22 | - Your server's keyfile details and flash GUID 23 | - Your server's Local Access URL 24 | - Your server's LAN IP, if an unraid.net certificate is installed 25 | - Your server's Remote Access URL and WAN IP, if Remote Access is 26 | enabled 27 | - The version of Unraid that is installed, and its uptime 28 | - The version of the Unraid Connect plugin that is installed, and 29 | version / uptime of the unraid-api 30 | - The size of your array and the amount used (just numbers, no details 31 | about what is stored on the array) 32 | - The number of Docker Containers and VMs installed and started 33 | 34 | Separate and unrelated to the Unraid Connect Dashboard, the 35 | [Flash Backup](./flash-backup.md#privacy) service stores your server's configuration data. 36 | 37 | This data is stored solely for the purpose of providing services to you 38 | through our platform and is not publicly accessible. To remove this data 39 | from our servers you must follow the procedure listed in the 40 | [Uninstalling the plugin](./help.md#uninstalling-the-plugin) section as well as remove all SSL certificates 41 | generated for you through our Let's Encrypt partnership. 42 | -------------------------------------------------------------------------------- /docs/docs-home.md: -------------------------------------------------------------------------------- 1 | --- 2 | slug: / 3 | sidebar_position: 0 4 | --- 5 | 6 | # Home 7 | 8 | ## Unraid Documentation 9 | 10 | Welcome! Some of the documentation here is still a work in progress, while the old documentation in the [Legacy Documentation section](/category/legacy-documentation) is actively being updated and edited to reflect accurate, up-to-date information. 11 | 12 | [If you'd like to contribute to these docs, we recommend reading the chapter on contributing to Unraid Docs. Thank you in advance for helping to keep these docs accurate and living.]: # 13 | 14 | ## Documentation Categories 15 | 16 | ### [Unraid OS](/category/unraid-os) 17 | 18 | ### [Unraid.net Account](/account/account.md) 19 | 20 | ### [Unraid Connect](/connect/index.md) 21 | 22 | ### [Legacy Documentation](/category/legacy-documentation) 23 | -------------------------------------------------------------------------------- /docs/legacy/Articles/expanding-windows-vm-vdisk-partitions.md: -------------------------------------------------------------------------------- 1 | # Expanding Windows VM VDisk Partitions 2 | 3 | ## Overview 4 | 5 | If you've followed the steps outlined in [this article](/unraid-os/manual/vm/vm-management.md#expanding-a-vdisk) to expand a 6 | vdisk for your Windows installation, this article will teach you how to 7 | expand your partition in Windows so you can take advantage of that extra 8 | space. Windows has this pesky habit of adding a recovery partition to 9 | vdisks that gets in the way of allowing you to easily expand your 10 | existing C:\\ partition to take advantage of newly provisioned space in 11 | the vdisk. To get around this, we need to delete that recovery partition 12 | first, then we can use the standard disk management utility in Windows 13 | to extend the C:\\ partition. 14 | 15 | ## Guide 16 | 17 | ![](../assets/Resize_vdisk_2_(using_diskpart_to_delete_recovery_partition).PNG) 18 | 19 | Perform the following steps _after_ completing the steps in 20 | [this article](/unraid-os/manual/vm/vm-management.md#expanding-a-vdisk) to expand 21 | the vdisk itself: 22 | 23 | - Start your Windows VM. 24 | - Open a command prompt (hit the Windows key and type 'cmd' and press 25 | enter) 26 | - Open diskpart (type 'diskpart' and press enter) 27 | - Type 'list disk' and press enter 28 | - Identify the disk you extended and select it by typing 'select disk 29 | \#" replacing \# with the numbered disk in the list. 30 | - Type 'list partition' and press enter. 31 | - Take note of which is the 'recovery' partition 32 | - You specifically are looking for the recovery partition that comes 33 | after the primary partition (in case there are multiple). 34 | - Type 'select partition \#' and press enter, replacing \# with the 35 | numbered partition in the list (for recovery). 36 | - Type 'delete partition override' and press enter. 37 | - Right-click the start menu and select 'Disk Management' 38 | - Right-click on the partition you wish to extend and click 'Extend 39 | Partition' 40 | - Follow the on-screen prompts to complete the process. 41 | 42 | ![](../assets/Resize_vdisk_3_(extend_partition_in_disk_management).PNG) 43 | ![](../assets/Resize_vdisk_4_(partition_has_been_extended_in_disk_management).PNG) 44 | -------------------------------------------------------------------------------- /docs/legacy/FAQ/check-harddrive-speed.md: -------------------------------------------------------------------------------- 1 | # Check Harddrive Speed 2 | 3 | The native Linux command **hdparm** (Hard Disk Parameters) can be used 4 | to determine your hard disk drive read speed. 5 | 6 | Here is an example of the command: 7 | 8 | `hdparm -tT /dev/hda` 9 | 10 | You will need to change _hda_ to match the disk you want to check. You 11 | will see a two line report with various numbers and timings, but the 12 | only one you are interested in is the very last number, in MB/sec. 13 | 14 | However, you should probably perform this test at least 5 times and look 15 | at the average. The following one-liner will conduct the test 12 times: 16 | 17 | `for ((i=0;i<12;i++)) do hdparm -tT /dev/hda; done` 18 | 19 | Convenient way of testing all drives read performance is provided by 20 | script **diskspeed.sh**, listed on this [Wiki 21 | page](http://lime-technology.com/wiki/index.php?title=UnRAID_Add_Ons#Disk_Speed) 22 | and downloadable from this [forum 23 | thread](https://forums.unraid.net/forum/index.php?topic=31073). The 24 | script creates reports and graphs of drive read speeds, at multiple 25 | points across the surface of each drive. 26 | -------------------------------------------------------------------------------- /docs/legacy/FAQ/transferring-files-from-a-network-share-to-unraid.md: -------------------------------------------------------------------------------- 1 | # Transferring Files from a Network Share to Unraid 2 | 3 | Open a [terminal session with SSH or Telnet](terminal-access.md) 4 | to Unraid, and login as root. Create a temporary directory on the 5 | server: 6 | 7 | `mkdir /work` 8 | 9 | Mount a remote directory to the new directory: 10 | 11 | `mount -t cifs //workstation/share /work` 12 | 13 | (Substitute name of your workstation for 'workstation', and it will 14 | probably prompt you for a workstation user name/password). 15 | 16 | Copy all the files and folders from the workstation's share to a disk 17 | share on the server: 18 | 19 | `cp -r /work/* /mnt/disk1` 20 | 21 | (Of course you can copy from the workstation share to any disk/share. 22 | Eg. /mnt/user/``) 23 | 24 | Edit: Another option is to use rsync to get speed/progress information: 25 | 26 | `rsync -av --stats --progress /work/ /mnt/disk1/` 27 | 28 | When done: 29 | 30 | ```shell 31 | umount /work 32 | rmdir /work 33 | ``` 34 | 35 | Caution: If you have directory or file names with non-English 36 | characters, commonly found in titles and names for media files from 37 | European and South American countries, I would recommend to use Windows 38 | Explorer. The Linux commands either skip the whole file or directory, or 39 | replaces the "strange" letter with an underscore. Also, the cp command 40 | may set all file attributes to system and hidden, so the files don't 41 | show up in Windows Explorer. This may be corrected with chmod command, 42 | but I found it better to avoid this altogether by sticking to the 43 | Explorer in Windows. 44 | 45 | ## Another method using Netcat and Tar 46 | 47 | See also [this 48 | post](https://forums.unraid.net/forum/index.php?topic=5045.msg47257#msg47257) 49 | for an alternative method of data transfer between Linux systems, such 50 | as Unraid. 51 | 52 | ## Unicode issues 53 | 54 | If you have any kind of foreign characters in your filenames (for 55 | instance, an accented letter in a movie title), you want to mount the 56 | cifs share with the UTF-8 option as shown below, otherwise the mount 57 | will give you a garbled character when doing the copy/rsync. When this 58 | garbling happens, your directory will also be unlistable from a Mac 59 | (tested on 10.9) over AFP or SMB. 60 | 61 | `mount -t cifs //workstation/share /work -o iocharset=utf8` 62 | 63 | ## Permission issues after copying 64 | 65 | Because your SSH copy or rsync process is typically run as root, you may 66 | experience 'Access Denied' messages with users writing to directories 67 | that have been created as part of this job. This can be rectified by 68 | running the 'New Permissions' job from the tools menu in the web admin 69 | after the copy process has completed. 70 | -------------------------------------------------------------------------------- /docs/legacy/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Legacy Documentation", 3 | "position": 98, 4 | "link": { 5 | "type": "generated-index", 6 | "description": "Unraid OS Documentation ported from legacy.wiki.unraid.net" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/legacy/assets/Resize_vdisk_2_(using_diskpart_to_delete_recovery_partition).PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/legacy/assets/Resize_vdisk_2_(using_diskpart_to_delete_recovery_partition).PNG -------------------------------------------------------------------------------- /docs/legacy/assets/Resize_vdisk_3_(extend_partition_in_disk_management).PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/legacy/assets/Resize_vdisk_3_(extend_partition_in_disk_management).PNG -------------------------------------------------------------------------------- /docs/legacy/assets/Resize_vdisk_4_(partition_has_been_extended_in_disk_management).PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/legacy/assets/Resize_vdisk_4_(partition_has_been_extended_in_disk_management).PNG -------------------------------------------------------------------------------- /docs/unraid-os/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Unraid OS", 3 | "position": 1, 4 | "link": { 5 | "type": "generated-index", 6 | "description": "Unraid OS Documentation" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/unraid-os/assets/Add-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Add-device.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Backup_flash_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Backup_flash_drive.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Bios-virtualization1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Bios-virtualization1.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Bios-virtualization2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Bios-virtualization2.jpg -------------------------------------------------------------------------------- /docs/unraid-os/assets/Bios-virtualization3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Bios-virtualization3.JPG -------------------------------------------------------------------------------- /docs/unraid-os/assets/Bios-virtualization4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Bios-virtualization4.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/BootMenu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/BootMenu.jpg -------------------------------------------------------------------------------- /docs/unraid-os/assets/Booting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Booting.jpg -------------------------------------------------------------------------------- /docs/unraid-os/assets/Btrfs-raid1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Btrfs-raid1.jpg -------------------------------------------------------------------------------- /docs/unraid-os/assets/CA_Tile1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/CA_Tile1.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/CA_Tile2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/CA_Tile2.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Cache-pool.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Cache-pool.gif -------------------------------------------------------------------------------- /docs/unraid-os/assets/Change_install_iso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Change_install_iso.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Check_button.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Check_button.PNG -------------------------------------------------------------------------------- /docs/unraid-os/assets/Code-icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Code-icon.jpg -------------------------------------------------------------------------------- /docs/unraid-os/assets/Configuringarray1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Configuringarray1.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Confirmrebuild.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Confirmrebuild.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Diagnostics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Diagnostics.jpg -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disable_disk_defrag_-_step_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disable_disk_defrag_-_step_1.PNG -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disable_disk_defrag_-_step_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disable_disk_defrag_-_step_2.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disable_disk_defrag_-_step_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disable_disk_defrag_-_step_3.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disable_disk_defrag_-_step_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disable_disk_defrag_-_step_4.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disable_fast_startup_-_step_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disable_fast_startup_-_step_1.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disable_fast_startup_-_step_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disable_fast_startup_-_step_2.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disable_fast_startup_-_step_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disable_fast_startup_-_step_3.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disable_windows_indexing_-_step_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disable_windows_indexing_-_step_1.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disable_windows_indexing_-_step_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disable_windows_indexing_-_step_2.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disable_windows_indexing_-_step_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disable_windows_indexing_-_step_3.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Disk-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Disk-settings.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Diskfailureindicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Diskfailureindicator.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Diskfailurenotification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Diskfailurenotification.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Diskrebuildnotification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Diskrebuildnotification.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Docker-vs-VM@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Docker-vs-VM@2x.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Docker@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Docker@2x.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Docker_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Docker_run.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Dockerguide-controlling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Dockerguide-controlling.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Dockerguide-usingvolumes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Dockerguide-usingvolumes.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Dont_use_windows_upgrade_assistant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Dont_use_windows_upgrade_assistant.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Download.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Drive_failure@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Drive_failure@2x.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Dynamix.docker.manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Dynamix.docker.manager.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Enable_rdp_-_step_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Enable_rdp_-_step_1.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Enable_rdp_-_step_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Enable_rdp_-_step_2.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Enable_rdp_-_step_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Enable_rdp_-_step_3.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Help-icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Help-icon.jpg -------------------------------------------------------------------------------- /docs/unraid-os/assets/High-Water_Allocation_Method.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/High-Water_Allocation_Method.JPG -------------------------------------------------------------------------------- /docs/unraid-os/assets/High_performance_power_mode_-_step_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/High_performance_power_mode_-_step_1.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/High_performance_power_mode_-_step_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/High_performance_power_mode_-_step_2.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/History_button.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/History_button.PNG -------------------------------------------------------------------------------- /docs/unraid-os/assets/Ident.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Ident.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Invalidkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Invalidkey.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Invalidormissingkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Invalidormissingkey.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/KVM@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/KVM@2x.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Level_0.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Level_0.JPG -------------------------------------------------------------------------------- /docs/unraid-os/assets/Log-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Log-icon.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Log-icon2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Log-icon2.PNG -------------------------------------------------------------------------------- /docs/unraid-os/assets/Movie_Share.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Movie_Share.jpg -------------------------------------------------------------------------------- /docs/unraid-os/assets/Movies_Share_Disk_View.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Movies_Share_Disk_View.JPG -------------------------------------------------------------------------------- /docs/unraid-os/assets/Newconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Newconfig.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/No_parity@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/No_parity@2x.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Only_1_cpu_core_assigned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Only_1_cpu_core_assigned.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Parity@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Parity@2x.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Replacekey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Replacekey.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/SMBSettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/SMBSettings.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Screen_Shot_2021-06-24_at_12.38.44_PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Screen_Shot_2021-06-24_at_12.38.44_PM.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Selectversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Selectversion.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Set_root_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Set_root_password.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Split_level_1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Split_level_1.JPG -------------------------------------------------------------------------------- /docs/unraid-os/assets/Split_level_2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Split_level_2.JPG -------------------------------------------------------------------------------- /docs/unraid-os/assets/Split_level_3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Split_level_3.JPG -------------------------------------------------------------------------------- /docs/unraid-os/assets/Switch_toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Switch_toggle.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Syslog-server-setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Syslog-server-setup.jpg -------------------------------------------------------------------------------- /docs/unraid-os/assets/Syslog-server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Syslog-server.jpg -------------------------------------------------------------------------------- /docs/unraid-os/assets/TimeMachineEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/TimeMachineEditor.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Timeremaining.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Timeremaining.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Toomanydevices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Toomanydevices.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Toomanywrong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Toomanywrong.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Upc_get_started.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Upc_get_started.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Upc_install_trial_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Upc_install_trial_key.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Upgrade-UPC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Upgrade-UPC.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Usbcreator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Usbcreator.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/User_shares_-_access@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/User_shares_-_access@2x.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/User_shares_-_distribution@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/User_shares_-_distribution@2x.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Wireguard-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Wireguard-help.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/Wireguard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/Wireguard.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/account-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/account-options.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/activate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/activate.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/ca.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/date-time-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/date-time-new.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/enable-bridging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/enable-bridging.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/key.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/navbar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/navbar2.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/peer-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/peer-add.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/peer-eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/peer-eye.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/peer-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/peer-view.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/status-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/status-bar.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/toolbar.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/upnp-no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/upnp-no.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/upnp-yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/upnp-yes.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/webgui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/webgui.png -------------------------------------------------------------------------------- /docs/unraid-os/assets/wg0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/assets/wg0.png -------------------------------------------------------------------------------- /docs/unraid-os/download_list.mdx: -------------------------------------------------------------------------------- 1 | import {ReleasesList} from '../../src/components/ReleasesList'; 2 | 3 | # Download Archive 4 | 5 | Download the USB Creator: 6 | [Getting Started With Unraid](https://unraid.net/getting-started) 7 | 8 | Download Unraid Zip Files: 9 | 10 | 11 | -------------------------------------------------------------------------------- /docs/unraid-os/faq/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "FAQ", 3 | "position": 7, 4 | "link": { 5 | "type": "generated-index" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /docs/unraid-os/faq/redeem-license-activation-code.md: -------------------------------------------------------------------------------- 1 | # Redeem License Activation Code 2 | 3 | First, buy an activation code via [our website](https://unraid.net/pricing). Your unique activation code will be on your purchase receipt. 4 | 5 | Next, follow our [Getting Started](../../unraid-os/getting-started/getting-started.md) guide to set up an Unraid server. 6 | 7 | Once your server is up and running: 8 | 9 | 1. Login to your Unraid server's WebGUI. (`http://tower` or 10 | `http://tower.local` from Mac by default) 11 | 2. For Unraid 6.10 and newer, Sign in to your Unraid.net account (or 12 | [create one](https://account.unraid.net/)) from the 13 | top-right of the WebGUI and select "Redeem Activation Code" and enter the activation code to 14 | activate your license. 15 | * For Upgrade Activation Codes, choose "Upgrade Key" from the dropdown in top-right of the WebGUI, scroll down to find the "Redeem an upgrade activation code" input and enter the activation code to activate your license. 16 | * For Unraid 6.9 and older, navigate to the Tools → Registration page in the WebGUI and click "Purchase Key." 17 | 3. Select the corresponding license you purchased via activation code 18 | and enter the activation code in the "Your Activation Code" box to 19 | complete the activation process. Your registration key will be 20 | emailed to you with instructions for installation! _Note: Activation 21 | Codes are one-time use for generating your Unraid license keyfile._ 22 | 23 | If you have any issues or questions with the above, there is also a walk 24 | through video: [Activation Code Instructional 25 | Video](https://www.loom.com/share/3ceb40440240474aaa80a0b7e3e69cb2) 26 | -------------------------------------------------------------------------------- /docs/unraid-os/getting-started/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Getting started", 3 | "link": { 4 | "type": "doc", 5 | "id": "unraid-os/getting-started/getting-started" 6 | } 7 | } -------------------------------------------------------------------------------- /docs/unraid-os/getting-started/advanced-bios-config.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 4 3 | --- 4 | 5 | # Advanced BIOS configuration 6 | 7 | ![Booting Unraid OS](../assets/Booting.jpg) 8 | 9 | Configuring your motherboard BIOS (as well as your storage controller) correctly is an important step to ensuring a solid experience using Unraid. The basic guidelines are as follows: 10 | 11 | * You must configure the USB flash device as the primary boot device (most motherboards support this). 12 | * Your storage controller should support AHCI and SATA connections and be configured in standard HBA mode (not RAID mode). 13 | * Enable any and all virtualization support in your BIOS if your hardware supports it or you wish to create virtual machines (Intel 14 | VT-x / AMD-V). 15 | * Enable IOMMU support in your BIOS if your hardware supports it or you wish to assign physical PCI devices (GPUs, media controllers, USB controllers, etc.) to virtual machines. 16 | * Avoid using front panel USB ports in favor of ports available directly on the motherboard I/O panel. 17 | 18 | If after configuring your BIOS you cannot get Unraid to boot properly, try the following: 19 | 20 | * Set the boot order to as follows: Forced-FDD, USB-HDD, USB-ZIP 21 | * Try disabling USB 2.0/3.0 support (this will default to USB 1.1). 22 | * Try switching any Fast Boot feature on or off . 23 | * Try switching USB keyboard support on or off . 24 | 25 | If you are still unable to boot the OS, please post a message in our [general support](https://forums.unraid.net/forum/index.php?board=71.0) forum. 26 | 27 | :::important 28 | 29 | Many motherboards support only up to 12 hard drives for purposes of boot selection. This is normally not an issue for Unraid OS. However, if your Flash device is recognized by the BIOS as a hard drive, you may not be able to boot from the Flash after installing your 12th “real” hard drive. To avoid this, if possible set up your BIOS so that the Flash is treated as a removable device. 30 | 31 | ::: 32 | -------------------------------------------------------------------------------- /docs/unraid-os/getting-started/considerations.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 5 3 | --- 4 | 5 | # Important considerations 6 | 7 | Once you've completed your initial setup, there are a few more things you should know how to do on your server. 8 | 9 | ## Backing up the flash device 10 | 11 | It is a good idea to have your Unraid flash device backed up any time you make a significant configuration change. Regular flash backups are highly recommended: 12 | 13 | * On the **Main** tab, select your flash device, then **Flash Backup**. Make sure to store your backups off of your Unraid array so it is easily accessible even if the array is not operational. 14 | * Alternatively, install the [Unraid Connect](/connect/index.md) plugin which provides automated backups of the flash drive to LimeTech cloud-based servers. 15 | 16 | ## Using the built-in help 17 | 18 | Unraid has extensive help text for all major settings built into the WebGUI. When enabled the Help text will be displayed under the relevant setting. 19 | 20 | The help text can be toggled on/off at the global level by selecting the "**?**" icon at the top-right of the WebGUI. It can be switched on/off at the individual field level by clicking on the name of the field. 21 | 22 | ![Unraid toolbar](../assets/toolbar.png) 23 | 24 | It is **strongly** recommended that you make use of this feature as the information available via that route is likely to be more extensive and up-to-date than any documentation. 25 | 26 | ## Security practices 27 | 28 | Your Unraid server is likely to end up containing data that is valuable to you so it can be a good idea to review the [Security Good Practices](../manual/security/good-practices.md) part of the documentation to ensure you are not doing something that may leave your system open to attack while leaving your valuable data at risk. 29 | -------------------------------------------------------------------------------- /docs/unraid-os/getting-started/getting-started.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 3 3 | --- 4 | 5 | # Getting started 6 | 7 | In this guide, we cover how to prepare your flash device, boot the system, and configure your first array. The entire process should take less than 15 minutes. 8 | 9 | ## Prerequisites 10 | 11 | Before you begin: 12 | 13 | * You should have your server assembled and connected via power and Ethernet. 14 | * You should have a monitor and keyboard attached for the initial configuration and to be ready to alter configuration settings in your BIOS. 15 | * You will also need a high-quality, named-brand [USB flash device](../manual/changing-the-flash-device.md#recommendations-on-buying-usb-drives) that is at least 4 GB in size, that must contain a unique GUID (Globally Unique Identifier). 16 | * Your system must be capable of booting from a USB device. 17 | 18 | ### Hardware requirements 19 | 20 | As of the [current release](https://unraid.net/product) of Unraid OS, the minimum system hardware requirements for data storage are as follows: 21 | 22 | * A 64-bit capable processor, that runs at 1 GHz or higher. 23 | * A minimum of 4 GB of RAM for basic NAS functionality. 24 | * Linux hardware driver support for storage, Ethernet, and USB controllers. 25 | * Two hard disk drives to ensure data protection with a [parity disk](/legacy/FAQ/Parity.md). 26 | 27 | Additional requirements apply when adding applications or virtual machines. 28 | 29 | :::important 30 | 31 | Plan ahead for any containers or VMs you want to add to your Unraid server, consider the hardware requirements for each one. For example, if you add a Windows 11 virtual machine to Unraid, you must meet the minimum requirements for that OS, in addition to those required for Unraid, to maintain functionality. 32 | 33 | Virtual Machines, in particular, require that you have a CPU and chipset combination that supports hardware virtualization. In the enterprise space these are usually identified by the Intel VPro® or AMD Ryzen Pro® badge. 34 | 35 | ::: 36 | 37 | #### Application Servers 38 | 39 | To run many applications, your system should have at least a quad-core CPU (2.4 GHz or faster) and 4-8GB of RAM. As you load more applications, you’ll need to add additional resources. 40 | 41 | #### Creating Virtual Machines 42 | 43 | To run VMs, you must have hardware-assisted virtualization (HVM) support on your processor/motherboard (Intel VT-x / AMD-V). To assign host-based PCI devices, like graphics and sound, to your VMs, your CPU and motherboard must also support IOMMU (Intel VT-d / AMD-Vi). 44 | 45 | Each of the three types of VMs have slightly different requirements for virtualization support: 46 | 47 | * Virtual Servers: HVM Required, IOMMU Not Required 48 | * Virtual Desktops: HVM Required, IOMMU Not Required 49 | * Hybrid VMs: HVM Required, IOMMU Required 50 | 51 | For more information, see our [VM documentation](../manual/vm/vm-support.md). 52 | -------------------------------------------------------------------------------- /docs/unraid-os/getting-started/manual-install-method.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 3 3 | --- 4 | 5 | # Manual install method 6 | 7 | If for some reason the USB Flash Creator tool cannot be used, or your USB flash device is not detected, it is possible to manually format and prepare a bootable USB flash device. 8 | 9 | 1. Plug the USB flash device into your Mac or PC. 10 | 2. Format the device using the FAT32 file system. It must **not** be ex-FAT or NTFS. 11 | :::important 12 | 13 | If your flash drive is larger than 32 GB then you need to use a 3rd party tool (e.g. Rufus) to format it to FAT32 as Windows will not give this as an option on drives larger than 32 GB. 14 | 15 | ::: 16 | 3. Set the ‘volume label’ to `UNRAID` (case-sensitive, use all caps). 17 | 4. Go to the [Download Archive](../download_list.mdx) to get the zip file for the release you want to use. 18 | 5. Choose a version and download it to a temporary location on your computer (e.g. a “downloads” folder). 19 | 6. Extract the contents of the newly downloaded ZIP file onto your USB flash device. 20 | 7. Browse to the USB flash device to see the newly extracted contents from your Mac or PC. 21 | 8. If you need to enable UEFI boot, rename the `EFI-` directory to `EFI`. 22 | 9. Run the _make bootable_ script appropriate to the OS you are using: 23 | * **Windows XP** - double-click the **make_bootable** file. 24 | * **Windows 7 or later** - right-click the **make_bootable** file and select _Run as Administrator_. 25 | * **Mac** - double-click the file **make_bootable_mac** file and enter your admin password when prompted. 26 | * **Linux**: 27 | 1. copy **make_bootable_linux** file to hard drive 28 | 2. unmount (not eject) USB drive 29 | 3. run the following command from wherever you unpacked on your Linux system: `sudo bash ./make_bootable_linux` 30 | 31 | :::note 32 | 33 | During the process of running this script, the flash device may seem to disappear and reappear on your workstation a few times – this is expected behavior. 34 | 35 | ::: 36 | -------------------------------------------------------------------------------- /docs/unraid-os/guides/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Guides", 3 | "position": 5, 4 | "link": { 5 | "type": "generated-index", 6 | "description": "Unraid OS Guides" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Manual", 3 | "position": 4, 4 | "link": { 5 | "type": "generated-index" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/security/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Security", 3 | "link": { 4 | "type": "doc", 5 | "id": "unraid-os/manual/security/security" 6 | } 7 | } -------------------------------------------------------------------------------- /docs/unraid-os/manual/security/assets/outgoing-proxy-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/docs/unraid-os/manual/security/assets/outgoing-proxy-manager.png -------------------------------------------------------------------------------- /docs/unraid-os/manual/security/data-encryption.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 3 3 | --- 4 | 5 | # Data Encryption 6 | 7 | Unraid supports the use of encrypted drives in both the cache and the array. It does this using the Linux LUKS ([Linux Unified Key System](https://en.wikipedia.org/wiki/Linux_Unified_Key_Setup)) encryption modules. 8 | 9 | LUKS is the standard for Linux hard disk encryption. By providing a standard on-disk-format, it does not only facilitate compatibility among distributions but also provides secure management of multiple user passwords. In contrast to an existing solution, LUKS stores all necessary setup information in the partition header, enabling you to transport or migrate your data seamlessly. 10 | 11 | The home page for LUKS can be found [here](https://gitlab.com/cryptsetup/cryptsetup) 12 | 13 | Because it is a Linux standard drives that are encrypted using LUKS can be read on any standard Linux system even when removed from Unraid as long as one has the key phrase/file needed to unlock the drive. 14 | 15 | The Unraid implementation expects the same key to be used for encrypting all drives being used by Unraid. The key for the encryption can be either a pass phrase, or provided via a key file. When using a key file it is a good idea to use something like an image as there is no chance of that ever being guessed. You must make sure that you do not lose the encryption key as without it you will not be able to access the data on encrypted drives. 16 | 17 | --- 18 | 19 | To encrypt a drive (Note that this will erase any content already on the drive). 20 | 21 | 1. Go to the **Main** tab. 22 | 2. Stop the array. 23 | 3. Select the drive. 24 | 4. In **File system type** change the file system to the encrypted type that you want. 25 | 5. Select **Apply** to commit the change. 26 | 6. Select **Done** to return to the **Main** tab. The drive will now show as unmountable and the option to format unmountable drives will be present. 27 | 7. Check that the drive is the one you are expecting to be encrypted and if it is correct, format it. 28 | 29 | Once you have set up encryption then it will be necessary to provide the encryption key when starting the array. Once this has been done and the array successfully started then you can access the data without being aware of the fact that any drive is encrypted. 30 | 31 | :::caution 32 | 33 | Encrypting data is good from a security perspective, but users should be aware of the fact that it can complicate recovering from certain types of hardware failure without data loss. On that basis only use encryption if you feel you have a real need for it, and more importantly, you have a good data backup system. 34 | 35 | ::: 36 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/security/flash-drive.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 4 3 | --- 4 | 5 | # Flash Drive 6 | 7 | The flash drive that is used to boot Unraid is important as it contains all the configuration information for your Unraid server. Because of this, you want to consider the security of the information it contains and how it is accessed. 8 | 9 | ## Backups 10 | 11 | If a flash drive ever fails for any reason, as long as you have a backup, getting the Unraid server back into normal operation is an easy process. We recommend that you make a backup whenever you make a significant configuration change. 12 | 13 | You can easily achieve this from the Unraid WebGUI: 14 | 15 | 1. Select the flash drive on the **Main** tab. 16 | 2. In the **Flash Device Settings** section select the **Flash Backup** button. 17 | 3. The system will now create a ZIP file that is a backup of the contents of the flash drive. 18 | 4. When the ZIP file has been created your browser should prompt you to provide the location where you want the backup saved to. It is recommended that this is a location off the Unraid server so that it is available even when the Unraid server is not operational. 19 | 20 | If you later need to recreate your flash drive for any reason, use this backup as input to the [Limetech USB Creator tool](https://unraid.net/download). 21 | 22 | ## Network Access 23 | 24 | The flash drive can have similar settings applied to it to control access over the network as is the case for other shares on an Unraid system. The main difference is that you set this up by selecting the flash device on the **Main** tab. 25 | 26 | * ***Network visibility**: You can specify whether the flash drive should even be accessible via the network, and if it is accessible whether it should be hidden or visible to everyone. 27 | * **Access rights**: If network access is allowed you can specify any access permissions that you want applied. 28 | 29 | ## Permissions 30 | 31 | As part of improving the security of Unraid systems, starting with Unraid 6.8 files on the flash drive can no longer be given execute permission. The implication of this is that if you have your own custom scripts (or programs) stored on the flash drive, they can no longer be executed from that location. 32 | 33 | There are a few ways to handle this: 34 | 35 | 1. Copy the files to a location from which they can be executed. 36 | 37 | * The location `/usr/local/bin` is a good choice if you want the files on the default search path. 38 | * You can copy the files into position when booting by adding appropriate commands to the `config/go` file on the flash drive. 39 | * Give the files execute permission after copying them. 40 | 41 | 2. For scripts, prefix the script name with the command that runs the script (e.g. _bash path-to-script_). 42 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/security/security.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 7 3 | --- 4 | 5 | # Security 6 | 7 | An Unraid server is likely to contain data that is sensitive or that you would otherwise hate to lose. Since most users will have their home network connected to the internet, precautions should be taken to avoid an Unraid server being compromised by malicious actors trying to access them remotely. 8 | 9 | The following simple guidelines will help avoid many common pitfalls that some users encounter regarding the security of their Unraid servers. 10 | 11 | Review the below recommendations on your server(s) to ensure they are safe. 12 | 13 | There is also a [forum thread](https://forums.unraid.net/topic/104669-warning-unraid-servers-exposed-to-the-internet-are-being-hacked/) that discusses this topic. 14 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/shares/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Shares", 3 | "link": { 4 | "type": "doc", 5 | "id": "unraid-os/manual/shares/shares" 6 | } 7 | } -------------------------------------------------------------------------------- /docs/unraid-os/manual/shares/create-a-share.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 5 3 | --- 4 | 5 | # Create a new share 6 | 7 | When you create a new share, plan ahead. 8 | 9 | 1. On the **Shares** tab select **Add Share**. 10 | 2. Enter a name for your share in **Share name** 11 | 12 | :::tip Share names 13 | 14 | The Linux file systems used by Unraid are case sensitive while the SMB share system - the one used by Windows - is not. However, at the network level, case is ignored so `media`, `Media`, and `MEDIA` would all be the same share. When you view the share on the network, you only get the content of one of those underlying folders to appear - and it would not be clear which one this would be. 15 | 16 | ::: 17 | 18 | 3. *(Optional)* Enter a description for the share in the **Comments** field. This is visible when viewed over the network. 19 | 4. Set a **Minimum free space** value, in kilobytes, if you plan to use the setting, otherwise leave it empty. 20 | 5. Select the **Primary storage** for your share. The dropdown displays all available options, which include: the cache, the array, and any named pool. 21 | 6. Select the **Allocation method**: high-water, fill-up, or most-free, depending on your use case. You can read about the differences [here](./user-shares.md#allocation-method). 22 | 7. Select the **Split level** method for your data. You can find more information split level, [here](./user-shares.md#split-level). 23 | 8. In **Included disks** choose which disks will be available to the share. By default, all disks will be included. 24 | 9. In **Excluded disks** choose which disks will not be available to the share. Note that if you configure **Included disks** there is no need to configure **Excluded disks**. 25 | 10. Select a **Secondary storage** if you plan on using it. Think of secondary storage as a fall-back resource when the primary storage is full. By default this is set to *None*. 26 | 11. *(Optional)* If you configure a primary and secondary storage, then **Mover action** option becomes active. This sets the direction of file transfers between Primary and Secondary storage. 27 | 12. Select **Add share** to complete the creation. 28 | 29 | :::important 30 | 31 | Note that, by default, a new share will not be shared over the network. You must configure [network access](./network-access.md) after the share is created. 32 | 33 | ::: 34 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/shares/delete-a-share.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 6 3 | --- 4 | 5 | # Delete a share 6 | 7 | To delete a share on your Unraid server the share must contain no data. 8 | 9 | ## Delete an empty share 10 | 11 | 1. Go to **Shares**. 12 | 2. Select the share you want to delete. 13 | 3. Select the **Delete** checkbox. The **Apply** button switches to a **Delete** button. 14 | 4. Select the **Delete** button. 15 | 5. The system confirms the share has been deleted. Select **Done**. 16 | 17 | ## Delete a share that contains data 18 | 19 | 1. Go to **Apps**. 20 | 2. Install a file management plugin from Community, such as Dynamix File Manager. 21 | 3. Go to **Shares**. 22 | 4. Select the browse icon to the left of the name of the share you wish to delete. This displays the content of the drive. 23 | 5. If you have installed a file manager, this view is enhanced with extra functionality to perform different file operations, including deletion. 24 | 6. Delete the data or move it to another share on the server. 25 | 7. Return to **Shares**. 26 | 8. Select the share you want to delete. This will open the share settings. If no data is left in the share, a **Delete** checkbox is available. 27 | 9. Select the **Delete** checkbox. The **Apply** button switches to a **Delete** button. 28 | 10. Select the **Delete** button. 29 | 11. The system confirms the share has been deleted. 30 | 12. Select **Done** to return to **Shares** 31 | 32 | :::tip 33 | 34 | Optionally, if you have read/write access to the shared folder over the network, you can use, for example, Windows Explorer or macOS Finder, to access the share and delete the data. 35 | 36 | ::: 37 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/shares/disk-shares.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 2 3 | --- 4 | 5 | # Disk shares 6 | 7 | :::tip 8 | 9 | Enable or disable disk shares in ***Settings > Global Share Settings***. Disk shares are disabled by default. 10 | 11 | ::: 12 | 13 | ## Overview 14 | 15 | Disk shares correspond to individual array drives or pools within the Unraid system and are visible over the network. Once enabled, disk shares appear in the Unraid GUI under a **Disk Shares** section on the **Shares** tab. If you create a disk share, you should modify the user [access permissions](./network-access.md#access-permissions-at-share-level) to restrict network user access. 16 | 17 | When viewed at the Linux level, the physical devices or pools will appear directly under `/mnt` with a name corresponding to the array drive or pool. This happens regardless of whether Disk Shares are enabled. 18 | 19 | Examples of such names are: 20 | 21 | * `/mnt/diskX:` - these are individual drives in the array where X corresponds to the disk number that shows in the Unraid GUI. The corresponding disk share at the network level would be *diskX*. 22 | * `/mnt/pool-name:` - these are pools of disks. A single pool can actually consist of multiple drives but Unraid treats them as if they were one drive. The most common example of a pool name is 'cache', but you can set any name. The corresponding disk share at the network level would be `pool-name`. 23 | 24 | :::caution 25 | 26 | The Unraid flash device, used to boot Unraid and store all user settings, is also a physical device. However, it is not considered to be a disk share. If you want it visible on the network then you can click on it in the **Main** tab and set it to appear at the network level as the 'flash' share. At the Linux level it is mounted at `/boot`. 27 | 28 | Due to the nature of the Unraid boot device, we recommend you maintain your shares in *Private* mode, with read/write access given to trusted users. 29 | 30 | ::: 31 | 32 | ## Disk share constraints 33 | 34 | If you have both disk shares and user shares enabled in **Global Share Settings**, then there is an important restriction that you must observe to avoid potential data loss. 35 | 36 | You must ***never*** copy between a user share and a disk share in the same copy operation where the folder name on the disk share matches the name of the user share. For example, `cp /mnt/user/share/file /mnt/disk1/share/file`. 37 | 38 | At the base system level, Linux does not understand user shares, and cannot tell apart a file in a disk share from one in a user share. If you mix the share types in the same copy command you can end up trying to copy the file to itself which results in the file being truncated to zero length and its content being lost. 39 | 40 | There is no problem if the copy is between shares of the same type, or copying to/from a disk mounted as an 41 | [Unassigned Disk](../storage-management.md#unassigned-drives). 42 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/shares/shares.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 1 3 | --- 4 | 5 | # Shares 6 | 7 | :::tip 8 | 9 | Once you have assigned devices to Unraid and started the array, we recommend that you plan and create shares to simplify how you store data across multiple disks in the array. 10 | 11 | ::: 12 | 13 | One key feature of Unraid is the management of shares. Shares represent folders or drives on your Unraid server that can be accessed over a network. You can add as many shares as you like to your Unraid server. For example, you may have a share for your photo library, another for movies, and yet another for important documents, each with their own separate access permissions and configurations. They can be made secure and their configuration determines how data is written and spread out across your array or named pool of drives. 14 | 15 | There are two types of shares in Unraid: 16 | 17 | * [User Shares](./user-shares.md) that rely on Linux FUSE and represent folders in the overall file system. 18 | * [Disk Shares](./disk-shares.md) that rely on the drives' [file system](https://docs.unraid.net/unraid-os/manual/storage-management#creating-a-file-system-format) to share the disk as a whole. 19 | 20 | It is important to highlight that there are two different views of the same underlying file system. Every file/folder that appears under a user share will also appear under the disk share for the physical drive that is storing the file/folder. 21 | 22 | When you first initialize your array, Unraid automatically creates a [handful of user shares](./user-shares.md#default-shares). These are needed to support common plugins, containers, and virtual machines. You can create your own shares to store other data. 23 | 24 | You manage shares from the **Shares** tab in Unraid. You enable or disable shares in ***Settings > Global Share Settings***, with user shares being enabled by default. 25 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/users/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "User management", 3 | "link": { 4 | "type": "doc", 5 | "id": "unraid-os/manual/users/users" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/users/create-user.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 2 3 | --- 4 | 5 | # Creating a user in Unraid 6 | 7 | You can create new user accounts quickly and easily. Once created, the root user can assign share access to individual user accounts. 8 | 9 | 1.Navigate to ***Users > Shares Access*** (or ***Settings > Users > Shares Access***), and select **Add User**. 10 | 2. In the **Add User** screen, enter a **User name** for the new user. 11 | 12 | :::tip 13 | 14 | Due to the way different operating systems handle user credentials, we recommend the user name (not the password) be written in lowercase, and not contain more than 30 characters (the Windows limit on user name length). 15 | 16 | ::: 17 | 18 | 3. *(Optional)* Enter a **Description** for the user, and select a **Custom image** - a PNG file - that visually identifies the user. 19 | 4. Lastly, enter a **Password** for this user, and retype it in **Retype password**. A password security indicator tells you how strong the password is. The stronger, the better. 20 | 5. Select **Add** to finish user creation. 21 | 22 | Once the user account is created, you can begin assigning access to shares. See [Network Access](../shares/network-access.md#share-security). 23 | 24 | The user name and password defined here are the credentials required to access shares on Unraid, when connecting from another device on the network. This is not the same as any individual user credential used to access containerized applications, which may have their own set of credentials. 25 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/users/manage-user.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 3 3 | --- 4 | 5 | # Managing user accounts 6 | 7 | You can manage existing user accounts on your Unraid server, change share permissions, reset passwords, add descriptions and images, or simply delete them when they are not needed. 8 | 9 | ## Modify a user account 10 | 11 | You can modify a user account in Unraid if the user has forgotten their password, or if you need a more direct way of changing shared folder access, for example. 12 | 13 | 1. Navigate to ***Users > Shares Access*** (or ***Settings > Users > Shares Access***), and select the name of the user account you want to modify. 14 | 2. *(Optional)* In the **Edit User** screen, modify any field that you want, except the **User name**. If you want to set a new **Password** for this user, simply enter a new one and retype it in the **Retype password**. 15 | 3. *(Optional)* At the bottom of the screen Unraid displays a list of shares to which the user has been given access. You can change the **User Access** settings for any listed shares. However, you cannot add new ones. 16 | 4. Select **Apply** to save your changes. 17 | 18 | ## Delete a user account 19 | 20 | You can easily remove a user account in Unraid, when it is no longer needed. 21 | 22 | 1. Navigate to the ***Users*** menu, and select the name of the user account you want to delete. 23 | 2. Tick the **Delete** checkbox. The **Apply** button switches to a **Delete** button. 24 | 3. Select **Delete** to delete the user. A confirmation dialog confirms the user deletion. 25 | 4. Select **Done**. -------------------------------------------------------------------------------- /docs/unraid-os/manual/users/reset-password.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 4 3 | --- 4 | 5 | # Resetting your Unraid password 6 | 7 | Whether you have forgotten your password, or are not using a password manager, forgetting your root password can be a problem and bring everything to a standstill. 8 | 9 | import Tabs from '@theme/Tabs'; 10 | import TabItem from '@theme/TabItem'; 11 | 12 | There are two methods to reset your `root` password, both of which require access to another computer: 13 | 14 | 15 | 16 |

This method involves deleting the files that contain your hashed passwords from the USB device, and is the safest.

17 |
    18 |
  1. Shutdown your server.
  2. 19 |
  3. Plug your USB flash device into a Windows or Mac computer.
  4. 20 |
  5. Open the USB device in Explorer / Finder.
  6. 21 |
  7. 22 | Locate and delete the files: 23 |
      24 |
    • /config/shadow
    • 25 |
    • /config/smbpasswd
    • 26 |
    27 |
  8. 28 |
  9. Securely eject your USB device and connect it to the Unraid server again.
  10. 29 |
  11. Boot up the Unraid server and it will ask you to set up a new password, as if you'd just completed a first boot of Unraid.
  12. 30 |
  13. 31 | (Optional) If you have any user accounts configured in Users → Shares Access (or Settings → Users → Shares Access), select each user and enter a new password. Be sure to select Change and not Done after this. 32 |
  14. 33 |
34 |

Your password is reset and your account secured.

35 |
36 | 37 |

This method is suggested for more advanced users, and involves deleting the root account's password. This method does not remove any other account passwords.

38 |
    39 |
  1. Shutdown your server.
  2. 40 |
  3. Plug your USB flash device into a Windows or Mac computer.
  4. 41 |
  5. Bring up an editor (such as Notepad++) and edit the following file: /config/shadow.
  6. 42 |
  7. On the first line you should see something such as: root:\$&\$&%\*1112233484847648DHD\$%.:15477:0:99999:7:::
  8. 43 |
  9. Change that line to the following (essentially delete the content between the first and second colons): root::15477:0:99999:7:::, save and exit.
  10. 44 |
  11. Securely eject your USB device and connect it to the Unraid server again.
  12. 45 |
  13. Plug the flash device back into server and start up the server.
  14. 46 |
47 |

Your password is reset and your account secured.

48 |
49 |
50 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/users/users.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 1 3 | --- 4 | 5 | # User management 6 | 7 | Even though Unraid, at its core, is based on a Linux distribution, it does not support the standard set of user facilities available on most Linux systems. Instead the users defined in Unraid can be divided into: 8 | 9 | * **Root user** - a single user account which manages every aspect of the Unraid server. 10 | * **Share users** - user accounts that are given access to specific shares on the Unraid server. 11 | 12 | ## Root user 13 | 14 | As a NAS appliance and not a general purpose Linux server, Unraid has only one fixed superuser to manage the server, `root`. All other user accounts are share access-level users, which connect to your Unraid server over the network. 15 | 16 | The `root` user, also referred to as the 'Unraid administrator', has full access via the WebGUI, SSH, or Telnet, and administrates all aspects of Unraid, with unlimited access to the server's resources. You can even install SSH authorization keys to enable passwordless authentication by SSH. `root` users are the only ones who can manage user accounts. 17 | 18 | As a matter of security, the `root` account cannot access data on shares via SMB, NFS, or FTP. 19 | 20 | :::important 21 | 22 | The security of your `root` account is vital. Please read our [guidance](../security/good-practices.md#1-set-a-strong-root-password) on setting a strong password. 23 | 24 | ::: 25 | 26 | ## Share users 27 | 28 | Users that are given access to shares on the Unraid server are called share users. The `root` user is the only one who can set up user accounts. 29 | 30 | Share users can access [disk shares or user shares](../shares/shares.md) through a file navigator or FTP (if enabled). They cannot access the Unraid WebGUI or use SSH and Telnet. 31 | -------------------------------------------------------------------------------- /docs/unraid-os/manual/vm/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "VM Management", 3 | "link": { 4 | "type": "doc", 5 | "id": "unraid-os/manual/vm/vm-management" 6 | } 7 | } -------------------------------------------------------------------------------- /docs/unraid-os/manual/zfs/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "ZFS", 3 | "link": { 4 | "type": "generated-index", 5 | "description": "Configuring and Using ZFS in Unraid" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /docs/unraid-os/overview/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Overview", 3 | "link": { 4 | "type": "doc", 5 | "id": "unraid-os/overview/what-is-unraid" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /docs/unraid-os/overview/unraid-management.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 5 3 | --- 4 | 5 | # Simplified Management 6 | 7 | You manage your Unraid system through an intuitive web interface - or WebGUI - that offers basic controls for common tasks, as well as advanced tuning options for the savvy user. Unraid automatically chooses default settings that should work for most people's needs, but also allows you to tweak settings to your needs. 8 | 9 | This makes Unraid intuitive where you want it, and tunable where you need it. The simplified management features include: 10 | 11 | * **Dashboard View** - With indicators for disk health, temperatures, resource utilization, and application states, the dashboard provides a detailed, realtime overview of what's happening on your system. 12 | * **Array Operation** - Assign devices for use in either the array or cache, spin individual disks up and down, start and stop the array, and even perform on-the-fly parity checks, all from a single page. 13 | * **Share Management** - Setting up shares on Unraid is easy. Give the share a name, optionally apply policies to access and distribution controls, them click create! 14 | * **Disk Tuning** - Control how and when devices spin down, the default file system format, and other advanced settings that reduce wear and power consumption on your devices. 15 | * **Network Controls** - Enable NIC bonding and bridging, set time servers, and more. 16 | * **APC UPS Safe Shutdown** - When connected to an APC UPS, Unraid can safely shut down the system in the event of a power loss. 17 | * **System Notifications** - Unraid can alert you to important events happening on your system through the web management console as well as e-mail and other notification systems. 18 | * **Task Scheduler** - Choose if and when you want to have an automatic parity check occur as well as how often the mover script should transfer files from the cache to the array. 19 | * **Docker Containers** - Manage application controls from a single interface. Add applications with minimal effort using community-provided templates. 20 | * **Virtual Machines** - Choose between pre-created virtual machine images or create your own custom VM from scratch. 21 | -------------------------------------------------------------------------------- /docs/unraid-os/overview/what-is-unraid.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 1 3 | sidebar_label: Overview 4 | --- 5 | 6 | # What is Unraid? 7 | 8 | Unraid is an embedded operating system that is designed to provide you with the ultimate control over your hardware. In addition to performing the duties of a robust network-attached storage (NAS) system, Unraid can also act as an application server and virtual machine (VM) host. 9 | 10 | Unraid installs to and boots from, a USB flash device, and loads into a root RAM file system. By using a modern Linux kernel with up-to-date hardware drivers, Unraid can operate on almost any 64-bit system (x86_64) with a minimal memory footprint. All configuration data related to the operating system is stored on the flash device and loaded at the same time as the operating system itself. 11 | 12 | Management of your Unraid system is accomplished through an intuitive web interface that offers basic controls for common tasks as well as advanced tuning options for the more savvy user. Unraid automatically chooses default settings that should work for most people's needs, but also allows you to tweak settings to your liking. This makes Unraid intuitive where you want it, and tunable where you need it. By combining the benefits of both hardware and software agnosticism into a single OS, Unraid provides a wide variety of ways to store, protect, serve, and play the content you download or create. 13 | 14 | The capabilities of Unraid are separated into three core areas: 15 | 16 | * [A software-defined NAS](./nas.md) - the ability to share storage capacity, over a network. 17 | * [An application server](./application-server.md) - the built-in ability to act as an application server and run containerized applications. 18 | * [Hardware virtualization](./virtualization-host.md) - the ability to run virtual machines with near bare-metal performance. 19 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.10.1.md: -------------------------------------------------------------------------------- 1 | ## Version 6.10.1 2022-05-21 2 | 3 | Some users boot from USB flash partition other than "1". That is, 4 | instead of /dev/sda1 some users have /dev/sda2 set as volume label 5 | UNRAID and there are even users who have no partitions at all on the 6 | flash. In this case it boots from and mounts /dev/sda onto /boot. 7 | 8 | A change in 6.10.0 in detecting the boot device with label UNRAID 9 | introduced a regression where only partition 1 was considered, leaving 10 | those users unable to complete the boot sequence. 11 | 12 | This is fixed in 6.10.1 - and this is the only functional change in 13 | 6.10.1 vs. 6.10.0. 14 | 15 | ## Change Log vs. Unraid OS 6.10.0 16 | 17 | #### Management 18 | 19 | - startup: fix regression: support USB flash boot from other than partition 1 20 | 21 | ## Patches 22 | 23 | With the [Unraid Patch plugin](https://forums.unraid.net/topic/185560-unraid-patch-plugin/) installed, visit ***Tools → Unraid Patch*** to get the following patches / hot fixes: 24 | 25 | - A subset of security updates, see [this blog post](https://unraid.net/blog/cvd) for details. We recommend upgrading to the latest stable release for additional security updates. 26 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.10.3.md: -------------------------------------------------------------------------------- 1 | ## Version 6.10.3 2022-06-14 2 | 3 | ### Improvements 4 | 5 | Fixed data corruption issue which could occur on some platforms, notably HP Microserver Gen8/9, when Intel VT-d was enabled. 6 | This was fixed by changing the Linux kernel default IOMMU operation mode from "DMA Translation" to "Pass-through". 7 | 8 | - Also removed 'tg3' blacklisting when Intel VT-d was enabled. This was added in abundance of caution because all early 9 | reports of data corruption involved platforms which also (coincidentally) used 'tg3' network driver. If you created a 10 | blank 'config/modprobe.d/tg3.conf' file you may remove it. 11 | 12 | **Plugin authors:** A plugin file may include an `` tag which displays a markdown formatted message when a new version is available. 13 | Use this to give instructions or warnings to users before the upgrade is done. 14 | 15 | Brought back color-coding in logging windows. 16 | 17 | ### Bug fixes 18 | 19 | Fix issue detecting Mellanox NIC. 20 | 21 | Misc. WebGUI bug fixes 22 | 23 | ## Change Log vs. Unraid OS 6.10.2 24 | 25 | ### Base distro 26 | 27 | - no changes 28 | 29 | ### Linux kernel 30 | 31 | - version 5.15.46-Unraid 32 | - CONFIG_IOMMU_DEFAULT_PASSTHROUGH: Passthrough 33 | 34 | ### Management 35 | 36 | - startup: improve network device detection 37 | - WebGUI: Added color coding in log files 38 | - WebGUI: In case of flash corruption try the test again 39 | - WebGUI: Improved syslog reading 40 | - WebGUI: Added log size setting when viewing syslog 41 | - WebGUI: Plugin manager: add ALERT message function 42 | - WebGUI: Add INFO icon to banner 43 | - WebGUI: Added translations to PageMap page 44 | - WebGUI: Fix: non-correcting parity check actually correcting if non-English language pack installed 45 | - WebGUI: Updated azure/gray themes 46 | - Better support for Firefox 47 | - Move utilization and notification indicators to the right 48 | 49 | ## Patches 50 | 51 | With the [Unraid Patch plugin](https://forums.unraid.net/topic/185560-unraid-patch-plugin/) installed, visit ***Tools → Unraid Patch*** to get the following patches / hot fixes: 52 | 53 | - A subset of security updates, see [this blog post](https://unraid.net/blog/cvd) for details. We recommend upgrading to the latest stable release for additional security updates. 54 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.11.3.md: -------------------------------------------------------------------------------- 1 | ## Version 6.11.3 2022-11-08 2 | 3 | This release is focused on bug fixes and minor improvements. In particular, we need to revert a base library due to a bug which 4 | prevents formatting devices >2TB in size. 5 | 6 | ### Management 7 | 8 | - Reverted 'libpopt.so.0.0.1' to workaround 'sgdisk' bug used to format devices larger than 2TB. 9 | - Fixed issue where description setting for 'root' user was not preserved across reboots. 10 | - Fix issue that sometimes information window opens empty. 11 | 12 | ### VM Manager 13 | 14 | - Set correct values when edit for USB Boot and correct Share Selection. 15 | - Add Nic boot order. 16 | 17 | ### Base Distro 18 | 19 | - gptfdisk: version 1.0.8 (revert from version 1.0.9) 20 | - libXext: version 1.3.5 21 | - libXinerama: version 1.1.5 22 | - libdrm: version 2.4.114 23 | - libedit: version 20221030_3.1 24 | - mcelog: version 190 25 | - ntfs-3g: version 2022.10.3 26 | - openssl: version 1.1.1s 27 | - openssl-solibs: version 1.1.1s 28 | - pixman: version 0.42.2 29 | - sessreg: version 1.1.3 30 | - sudo: version 1.9.12p1 31 | - xsetroot: version 1.1.3 32 | 33 | ## Patches 34 | 35 | With the [Unraid Patch plugin](https://forums.unraid.net/topic/185560-unraid-patch-plugin/) installed, visit ***Tools → Unraid Patch*** to get the following patches / hot fixes: 36 | 37 | - A subset of security updates, see [this blog post](https://unraid.net/blog/cvd) for details. We recommend upgrading to the latest stable release for additional security updates. 38 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.11.4.md: -------------------------------------------------------------------------------- 1 | ## Version 6.11.4 2022-11-18 2 | 3 | This release is focused on bug fixes and minor improvements. 4 | 5 | ### Diagnostics 6 | 7 | - Fix share information in Diagnostics. 8 | 9 | ### Docker 10 | 11 | - docker: version 20.10.21 (CVE-2022-39253 CVE-2022-2879 CVE-2022-2880 CVE-2022-41715) 12 | - Fix: "please wait" message after removing orphan image. 13 | - Set IPVLAN as default for new installations. 14 | 15 | ### Samba 16 | 17 | - samba: version 4.17.3 (CVE-2022-42898) 18 | - Set the default "max open files" to the value of 'ulimit -n' which is currently set to 40960. 19 | 20 | ### VM Manager 21 | 22 | - Allow Network PCI devices to have boot order. 23 | - Change to use libvirt_domain_interface_addresses which has been available for a long 24 | time but was not documented in the API manual. Using this function stops tainted warnings 25 | being written to the log, ex: "Domain id=4 is tainted: custom-ga-command". 26 | - Fix for VM Rename. 27 | 28 | ### Misc 29 | 30 | - Fixed issue which prevented array Autostart with a Trial key. 31 | - Fixed encoding issue when passwords contain multi-byte UTF-8 characters. 32 | - Parity History: add day of week to date. 33 | - Shares: Fix: do not allow creation of hidden share names. 34 | - Main page: reinitialize disk transfer statistics upon opening new broswer session. 35 | - Management Access page: improved messaging for SSL 36 | - Firefox: version 107.0.r20221110173214 (AppImage) 37 | - When all browser sessions close, stop unnecessary background processes. 38 | 39 | ### Base Distro 40 | 41 | - bash: version 5.2.009 42 | - btrfs-progs: version 6.0.1 43 | - gdk-pixbuf2: version 2.42.10 44 | - glibc-zoneinfo: version 2022f 45 | - intel-microcode: version 20221108 46 | - libX11: version 1.8.2 47 | - libnftnl: version 1.2.4 48 | - nghttp2: version 1.51.0 49 | - php: version 7.4.33 (CVE-2022-31630 CVE-2022-37454) 50 | - sed: version 4.9 51 | - sysstat: version 12.7.1 52 | - xkbevd: version 1.1.5 53 | - xkill: version 1.0.6 54 | - xlsatoms: version 1.1.4 55 | - xlsclients: version 1.1.5 56 | - xz: version 5.2.8 57 | 58 | ## Patches 59 | 60 | With the [Unraid Patch plugin](https://forums.unraid.net/topic/185560-unraid-patch-plugin/) installed, visit ***Tools → Unraid Patch*** to get the following patches / hot fixes: 61 | 62 | - A subset of security updates, see [this blog post](https://unraid.net/blog/cvd) for details. We recommend upgrading to the latest stable release for additional security updates. 63 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.11.5.md: -------------------------------------------------------------------------------- 1 | ## Version 6.11.5 2022-11-20 2 | 3 | This release reverts a change which modified the wrong file. This resulted in not being able to select 'macvlan' custom 4 | docker network type. New installations only will now have 'ipvlan' selected by default. 5 | 6 | ### Docker 7 | 8 | - fix: Set IPVLAN as default only for new installations. 9 | 10 | ## Patches 11 | 12 | With the [Unraid Patch plugin](https://forums.unraid.net/topic/185560-unraid-patch-plugin/) installed, visit ***Tools → Unraid Patch*** to get the following patches / hot fixes: 13 | 14 | - A subset of security updates, see [this blog post](https://unraid.net/blog/cvd) for details. We recommend upgrading to the latest stable release for additional security updates. 15 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.12.1.md: -------------------------------------------------------------------------------- 1 | # Version 6.12.1 2023-06-20 2 | 3 | Changes vs. [6.12.0](6.12.0.md) 4 | 5 | ## Upgrade notes 6 | 7 | ### Known issues 8 | 9 | Please see the [6.12.0 release notes](6.12.0.md#known-issues) for general known issues. 10 | 11 | ### Rolling back 12 | 13 | If rolling back earlier than 6.12.0, also see the [6.12.0 release notes](6.12.0.md#rolling-back). 14 | 15 | ## Bug fixes 16 | 17 | - emhttpd: remove "unraid" from reserved names list 18 | - emhttpd: properly handle "ERROR" strings in 'btrfs filesystem show' command output 19 | - emhttpd: prevent cmdStart if already Started 20 | - network: Revised service reload functionality: ensures the services are only reloaded once 21 | - network: rc.library: read IP addresses directly from interfaces instead of file 22 | - network: NTP: fix listening interfaces 23 | - network: NTP: exclude WG tunnels and user defined interfaces 24 | - network: NTP: add interface name in config 25 | - network: SSH: add interface name in config 26 | - WebGUI: fix PHP8 warning in UPS Settings page 27 | - WebGUI: Dashboard: show ZFS percentage based on c_max value 28 | - WebGUI: Dashboard: suppress coloring of ZFS utilization bar 29 | - WebGUI: Dashboard: other misc fixes 30 | 31 | ## Linux kernel 32 | 33 | - version 6.1.34 34 | 35 | ## Base Distro 36 | 37 | - ttyd: version 1.7.3 (fixes issue of invisible underbar characters with certain FireFox versions) 38 | 39 | ### Security updates 40 | 41 | - ca-certificates: version 20230506 42 | - curl: version 8.1.2 (CVE-2023-28322 CVE-2023-28321 CVE-2023-28320 CVE-2023-28319) 43 | - git: version 2.35.8 (CVE-2023-25652 CVE-2023-25815 CVE-2023-29007) 44 | - ntp: version 4.2.8p17 (CVE-2023-26551 CVE-2023-26552 CVE-2023-26553 CVE-2023-26554 CVE-2023-26555) 45 | - openssl: version 1.1.1u (CVE-2023-2650) 46 | - openssh: version 9.3p1 47 | - php: version 8.2.7 48 | - libX11: version 1.8.6 (CVE-2023-3138) 49 | - libssh: version 0.10.5 (CVE-2023-1667 CVE-2023-2283) 50 | - zstd: version 1.5.5 51 | 52 | ## Patches 53 | 54 | With the [Unraid Patch plugin](https://forums.unraid.net/topic/185560-unraid-patch-plugin/) installed, visit ***Tools → Unraid Patch*** to get the following patches / hot fixes: 55 | 56 | - A subset of security updates, see [this blog post](https://unraid.net/blog/cvd) for details. We recommend upgrading to the latest stable release for additional security updates. 57 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.12.13.md: -------------------------------------------------------------------------------- 1 | # Version 6.12.13 2024-08-22 2 | 3 | ## Upgrade notes 4 | 5 | This is a quick release that updates the Linux kernel to correct 6 | a [regression](https://lore.kernel.org/lkml/45cdf1c2-9056-4ac2-8e4d-4f07996a9267@kernel.org/T/) where some HDD devices could not 7 | be spun-down. 8 | 9 | For more details on recent changes, see the [6.12.12 release notes](6.12.12.md). 10 | 11 | ### Known issues 12 | 13 | #### Windows VMs should use the VirtIO-net driver 14 | 15 | Due to a kernel regression, there is significant performance degradation for any outgoing transfer from a Windows VM using the VirtIO network driver. The workaround is to switch to the VirtIO-net driver. (Note: this was resolved in [6.12.14](6.12.14.md)). 16 | 17 | For other known issues, see the [6.12.12 release notes](6.12.12.md#known-issues). 18 | 19 | ### Rolling back 20 | 21 | If rolling back earlier than 6.12.12, also see the [6.12.12 release notes](6.12.12.md#rolling-back). 22 | 23 | ## Changes vs. [6.12.12](6.12.12.md) 24 | 25 | ### Bug fixes and improvements 26 | 27 | * Updated kernel to resolve issues spinning down hard drives 28 | 29 | ### Linux kernel 30 | 31 | * version 6.1.106 32 | 33 | ## Patches 34 | 35 | With the [Unraid Patch plugin](https://forums.unraid.net/topic/185560-unraid-patch-plugin/) installed, visit ***Tools → Unraid Patch*** to get the following patches / hot fixes: 36 | 37 | * A subset of security updates, see [this blog post](https://unraid.net/blog/cvd) for details. We recommend upgrading to the latest stable release for additional security updates. 38 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.12.15.md: -------------------------------------------------------------------------------- 1 | # Version 6.12.15 2025-01-21 2 | 3 | ## Upgrade notes 4 | 5 | This release includes important bug fixes and security updates. 6 | 7 | ***ALL USERS ARE STRONGLY ENCOURAGED TO UPGRADE*** 8 | 9 | ### Known issues 10 | 11 | #### New Windows changes may result in loss of access to Public shares 12 | 13 | Due to recent security changes in Windows 11 24H2, "guest" access of Unraid public shares may not work. The easiest 14 | way around this is to create a user in Unraid with the same name as the Windows account you are using to connect. If the Unraid 15 | user password is not the same as the Windows account password, Windows will prompt for credentials. 16 | 17 | If you are using a Microsoft account, it may be better to create a user in Unraid with a simple username, set a password, 18 | then in Windows go to ***Control Panel → Credential Manager → Windows credentials → Add a Windows Credential*** and add the 19 | correct Unraid server name and credentials. 20 | 21 | Alternately you can [re-enable Windows guest fallback](https://techcommunity.microsoft.com/blog/filecab/accessing-a-third-party-nas-with-smb-in-windows-11-24h2-may-fail/4154300) 22 | (not recommended). 23 | 24 | #### Problems due to Realtek network cards 25 | 26 | There have been multiple reports of issues with the Realtek driver plugin after upgrading to recent kernels. You may want to preemptively uninstall it before upgrading, or remove it afterwards if you have networking issues. 27 | 28 | For other known issues, see the [6.12.12 release notes](6.12.12.md#known-issues). 29 | 30 | ### Rolling back 31 | 32 | If rolling back earlier than 6.12.14, also see the [6.12.14 release notes](6.12.14.md#rolling-back). 33 | 34 | ## Changes vs. [6.12.14](6.12.14.md) 35 | 36 | ### Bug fixes and improvements 37 | 38 | * webgui: Fix memory leak on the Dashboard, VM Manager and Docker Manager pages 39 | * webgui: Bug fix: JavaScript console logging functionality restored 40 | * webgui: Clicking Unraid version number loads release notes from Unraid Docs website 41 | * webgui: Switch CA install URL to new repository 42 | * fix: Set MTU of Docker Wireguard bridge to match Wireguard default MTU 43 | * fix: Correct handling of empty Trial.key when download fails 44 | * fix: Agent notifications do not work if there is a problem with email notifications 45 | * fix: nfsd does not restart properly 46 | * fix: Erase pool dialog does not show the pool name 47 | * Create meaningful /etc/os-release file 48 | * make_bootable_linux: version 1.4 49 | * detect if mtools is installed 50 | 51 | ### Linux kernel 52 | 53 | * version 6.1.126 54 | * md/unraid: fix handling of device failure during rebuild/sync 55 | 56 | ### Base distro 57 | 58 | * git: version 2.46.3 (CVE-2024-50349 CVE-2024-52006) 59 | * php: version 8.2.27 60 | * rsync: version 3.4.1 (CVE-2024-12084 CVE-2024-12085 CVE-2024-12086 CVE-2024-12087 CVE-2024-12088 CVE-2024-12747) 61 | 62 | ## Patches 63 | 64 | No patches are currently available for this release, but we recommend installing the 65 | [Unraid Patch plugin](https://forums.unraid.net/topic/185560-unraid-patch-plugin/) 66 | so you get any patches when they become available. 67 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.12.3.md: -------------------------------------------------------------------------------- 1 | # Version 6.12.3 2023-07-14 2 | 3 | Changes vs. [6.12.2](6.12.2.md) 4 | 5 | ## Upgrade notes 6 | 7 | ### Known issues 8 | 9 | Please see the [6.12.0 release notes](6.12.0.md#known-issues) for general known issues. 10 | 11 | ### Rolling back 12 | 13 | If rolling back earlier than 6.12.0, also see the [6.12.0 release notes](6.12.0.md#rolling-back). 14 | 15 | ## Networking 16 | 17 | This release has fixes for networking, particularly as it relates to IPv6. A side effect is that this should resolve 18 | an issue where the WebGUI will not load in certain instances. 19 | 20 | Note: If you have code in your 'go' script to disable IPv6, remove that and disable it via the 'Settings/Network Settings' 21 | page instead. Manually disabling IPv6 will cause conflicts. 22 | 23 | ## Docker 24 | 25 | This release resolves an issue where Docker does not properly stop when the array Stops, which can result in an unclean shutdown. 26 | 27 | If Docker containers have issues starting after a while, and you are running Plex, go to your Plex Docker container settings, 28 | switch to advanced view, and add this to the Extra Params: `--no-healthcheck` 29 | 30 | ## Bug fixes and improvements 31 | 32 | - rc.docker: 33 | - revised docker daemon running check 34 | - rc.docker: change route metric of main interface as needed to avoid conflict with shim interface with shim interface 35 | - rc.library: 36 | - code optimization for ipv6 max/min 37 | - support ipv4 mapped addresses 38 | - rc.nginx: explicit ipv4/ipv6 selection on lo interface 39 | - shfs: correct share size calculation when ZFS is one of the volumes 40 | - WebGUI: 41 | - VM settings page: fixed typo 42 | - Share Edit page: make minimum free space settings always available 43 | - Wireguard: fix typo in Ipv6 mask 44 | - Routing table: fix display of metric value when zero 45 | 46 | ## Linux kernel 47 | 48 | - version 6.1.38 49 | - Added support to monitor and also limit power on Intel Core (2nd Gen+) CPU models: 50 | - CONFIG_POWERCAP: Generic powercap sysfs driver 51 | - CONFIG_INTEL_RAPL: Intel RAPL Support via MSR Interface 52 | - CONFIG_IDLE_INJECT: Idle injection framework 53 | 54 | ## Base Distro 55 | 56 | - firefox: version 115.0.r20230710165010 (AppImage) 57 | 58 | ## Patches 59 | 60 | With the [Unraid Patch plugin](https://forums.unraid.net/topic/185560-unraid-patch-plugin/) installed, visit ***Tools → Unraid Patch*** to get the following patches / hot fixes: 61 | 62 | - A subset of security updates, see [this blog post](https://unraid.net/blog/cvd) for details. We recommend upgrading to the latest stable release for additional security updates. 63 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.12.5.md: -------------------------------------------------------------------------------- 1 | # Version 6.12.5 2023-11-27 2 | 3 | ## Upgrade notes 4 | 5 | This release includes bug fixes and security updates. All users are encouraged to upgrade. 6 | 7 | ### Known issues 8 | 9 | There is a mitigation included for a [ZFS Data Corruption](https://github.com/openzfs/zfs/issues/15526) issue. This is accomplished 10 | by including this option in the default `/etc/modprobe.d/zfs.conf` file: 11 | 12 | `zfs_dmu_offset_next_sync=0` 13 | 14 | Please see the [6.12.0 release notes](6.12.0.md#known-issues) for general known issues. 15 | 16 | ### Rolling back 17 | 18 | If rolling back earlier than 6.12.4, also see the [6.12.4 release notes](6.12.4.md#rolling-back). 19 | 20 | ## Changes vs. [6.12.4](6.12.4.md) 21 | 22 | ### Bug fixes and improvements 23 | 24 | * Replace very old 'MemTest86+' with Memtest86+ version: 6.20 25 | * There are also [Boot Options](https://github.com/memtest86plus/memtest86plus#boot-options) available. 26 | * When 'mirror syslog to flash' is enabled, view syslog-previous at Tools -> Syslog, and in diagnostics 27 | * Docker: 28 | * Docker containers were not always stopping, preventing docker from unmounting 29 | * Docker containers using IPv6 on custom networks were unable to start 30 | * emhttpd: if User Shares not enabled, update_cron was not called during array Start sequence 31 | * rc.nginx stop - force nginx to stop 32 | * shfs: Allocation method was not working correctly if 6 or more disks were specified in the 'include' mask 33 | * webgui: 34 | * Downgrade.php was not updated for 6.12 35 | * always show ipvlan / macvlan setting 36 | * ZFS: use 'zfs import -f' to ensure pools from other systems get imported 37 | * prevent auto-spindown of unformatted devices 38 | 39 | ### Package updates 40 | 41 | * curl: version 8.4.0 (CVE-2023-38546 CVE-2023-38545 CVE-2023-38039) 42 | * firefox: version 119.0.r20231106151204 (AppImage) 43 | * intel-microcode: version 20231114 44 | * kernel-firmware: 20231024_4ee0175 45 | * qemu: version 7.2.0 46 | * samba: version 4.17.12 (CVE-2023-3961 CVE-2023-4091 CVE-2023-4154 CVE-2023-42669 CVE-2023-42670) 47 | * smartmontools: version 7.4 48 | * zfs: version 2.1.13 49 | 50 | ### Linux kernel 51 | 52 | * version 6.1.63 53 | * CONFIG_USB_NET_CDC_NCM: CDC NCM support 54 | * CONFIG_NFS_V4_1: NFS client support for NFSv4.1 55 | * CONFIG_NFS_V4_1_MIGRATION: NFSv4.1 client support for migration 56 | * CONFIG_NFS_V4_2: NFS client support for NFSv4.2 57 | * CONFIG_NFS_V4_2_READ_PLUS: NFS: Enable support for the NFSv4.2 READ_PLUS operation 58 | * CONFIG_NFSD_V4_2_INTER_SSC: NFSv4.2 inter server to server COPY 59 | 60 | ## Patches 61 | 62 | With the [Unraid Patch plugin](https://forums.unraid.net/topic/185560-unraid-patch-plugin/) installed, visit ***Tools → Unraid Patch*** to get the following patches / hot fixes: 63 | 64 | * A subset of security updates, see [this blog post](https://unraid.net/blog/cvd) for details. We recommend upgrading to the latest stable release for additional security updates. 65 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.9.1.md: -------------------------------------------------------------------------------- 1 | ## Version 6.9.1 2021-03-08 2 | 3 | ## Notable Bug Fixes and Improvements 4 | 5 | Fixed issue where code outside the Unraid OS Management Utility calling 6 | `smartctl` would set up conditions where devices would never spin down. 7 | Note: you still need 8 | [@doron](https://forums.unraid.net/profile/8006-doron/)'s [SAS 9 | Spindown 10 | plugin](https://forums.unraid.net/topic/97351-plugin-spin-down-sas-drives/) 11 | to properly support SAS device spindown. 12 | 13 | For Docker: if an in-tree GPU driver is loaded which results in creating 14 | `/dev/dri/*` device nodes, we set permissions for these nodes to `0777` 15 | in order to ease integration of containers using GPU for transcoding. 16 | 17 | Typing 'exit' in a Terminal window will now close the window (yay!). 18 | 19 | We added a 'no-cache' header to NoVNC web access so that future Unraid 20 | OS releases will no longer have stale web components. 21 | 22 | Updated the openssl package to version 1.1.1j which has security 23 | updates. 24 | 25 | Updated the Linux kernel to 5.10.21, a patch release to 5.10 LTS kernel. 26 | 27 | Included kernel config settings necessary to include certain hardware 28 | monitoring devices and added support for new devices. 29 | 30 | ### Driver Updates 31 | 32 | The Nvidia GPU driver has been updated to 460.56 and should work with 33 | this kernel 5.10.21. Please install 34 | [@ich777](https://forums.unraid.net/profile/72388-ich777/)'s 35 | [Nvidia-Driver 36 | plugin](https://forums.unraid.net/topic/98978-plugin-nvidia-driver/) to 37 | download and install this driver. 38 | 39 | ## Change Log vs. Unraid OS 6.9.0 40 | 41 | #### Base distro 42 | 43 | - openssl: version 1.1.1j (CVE-2021-23841 CVE-2021-23840) 44 | - openssl-solibs: version 1.1.1j 45 | - ttyd: version 1.6.3 46 | 47 | #### Linux kernel 48 | 49 | - version 5.10.21 50 | - CONFIG_WATCHDOG: Watchdog Timer Support 51 | - added several new hwmon drivers 52 | 53 | #### Management 54 | 55 | - emhttp: monitor partition statistics instead of device statistics in 56 | spindown/spinup logic 57 | - rc.local: ensure required directories exist on USB flash boot device 58 | - rc.local: for Docker containers: grant access to graphics device 59 | nodes /dev/dri/\* 60 | - rc.nginx: add Cache-Control:nocache header to novnc 61 | - WebGUI: Increase syslog buffer from 1000 to 3000 lines 62 | - WebGUI: SysDevs fix display aberration 63 | - WebGUI: Diagnostics: include modprobe.d files 64 | - WebGUI: Diagnostics: include go as go.txt 65 | - WebGUI: Update share security helptext 66 | - WebGUI: Deprecate donation links in templates in lieu of links in CA 67 | profiles 68 | - WebGUI: Protect GUI from invalid .page files 69 | - WebGUI: Suppress ipv6 multicast entries in route table display 70 | - WebGUI: synchronize helptext.txt with lang-en_US repo 71 | - WebGUI: user management - disable password autocomplete 72 | - WebGUI: Dashboard: Fix color for utilization of disk 73 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/6.9.2.md: -------------------------------------------------------------------------------- 1 | ## Version 6.9.2 2021-04-07 2 | 3 | ### **Failed Login Restrictions** 4 | 5 | For WebGUI login you now get 3 login attempts per IP address before a 6 | 15-minute cool off is enforced. Further, the timestamp of the last three 7 | failed login attempts per IP address are stored in files located in 8 | `/var/log/pwfail/`. Note this only applies to 9 | WebGUI login, not ssh or telnet. 10 | 11 | ### **Driver Updates** 12 | 13 | We updated the Nvidia vendor GPU driver to version 465.19.01. Use this 14 | [handy 15 | plugin](https://raw.githubusercontent.com/ich777/unraid-nvidia-driver/master/nvidia-driver.plg) 16 | by Community Developer 17 | [@ich777](https://forums.unraid.net/profile/72388-ich777/) to 18 | facilitate installing the correct driver. 19 | 20 | ## Change Log vs. Unraid OS 6.9.1 21 | 22 | #### Base distro 23 | 24 | - docker: version 20.10.5 25 | - fuse3: version 3.10.2 26 | - nginx: version 1.19.9 27 | - samba: verson 4.12.14 (CVE-2020-27840 CVE-2020-27840) 28 | 29 | #### Linux kernel 30 | 31 | - version 5.10.28 32 | - include all CONFIG*NF*\* modules 33 | - oot: realtek r8125: version 9.005.01 34 | 35 | #### Management 36 | 37 | - emhttpd: detect out-of-band device spin-up 38 | - shfs: add 'copy_file_range()' support 39 | - shfs: fix 'mknod' creating a fifo 40 | - WebGUI: login: implement max 3 failed login attempts per 15 minute interval 41 | - WebGUI: Fix links on notifications not being present if in summary display 42 | - WebGUI: Plugins: Move incompatible plugins to ../plugins-error 43 | - WebGUI: Fix missing CSRF when deleting pool 44 | - WebGUI: Fix .sweet-alert color 45 | - WebGUI: Translations adjustments 46 | - WebGUI: Diagnostics: Prevent double clicks on download button 47 | - WebGUI: Fix default usage thresholds not sending notification 48 | - WebGUI: Fix CSS span.select background-color 49 | - WebGUI: Make diagnostics messages left aligned 50 | - WebGUI: Fixed javascript error in DeviceInfo.page preventing 51 | settings to be saved 52 | - WebGUI: Update DeviceInfo.page 53 | - WebGUI: Prevent autofilling of passwords on containers 54 | - WebGUI: Docker: Do not allow CPU pinning if no template present 55 | - WebGUI: Fix .sweet-alert .sa-icon color, \* in the CSS 56 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/7.1.1.md: -------------------------------------------------------------------------------- 1 | # Version 7.1.1 2025-05-08 2 | 3 | This is a small release, containing an updated version of OVMF firmware 4 | which reverts a [commit](https://github.com/tianocore/edk2/commit/efaa102d00) 5 | to resolve an issue that prevents certain VMs (Fedora, Debian, Rocky, other CentOS based distros) 6 | from starting. See also [this discussion](https://github.com/tianocore/edk2/issues/10883). 7 | 8 | ## Upgrading 9 | 10 | ### Known issues 11 | 12 | This release has a potential data-loss issue where the recent "mover empty disk" feature does not handle split levels on shares correctly. Resolved in 7.1.2. 13 | 14 | For other known issues, see the [7.1.0 release notes](7.1.0.md#known-issues). 15 | 16 | ### Rolling back 17 | 18 | Please see the [7.1.0 release notes](7.1.0.md#rolling-back). 19 | 20 | ## Changes vs. [7.1.0](7.1.0.md) 21 | 22 | ### VM Manager 23 | 24 | * Fix: includes updated OVMF firmware to resolve an issue that prevents certain VMs from starting 25 | 26 | ### Linux kernel 27 | 28 | * version 6.12.24-Unraid (no change) 29 | 30 | ### Base distro updates 31 | 32 | * ovmf: version unraid202502 33 | 34 | ## Patches 35 | 36 | No patches are currently available for this release. 37 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/7.1.2.md: -------------------------------------------------------------------------------- 1 | # Version 7.1.2 2025-05-11 2 | 3 | This is a small but important release, resolving a potential data-loss issue in 7.1.0 and 7.1.1 where the recent "mover empty disk" feature does not handle split levels on shares correctly. 4 | 5 | It also resolves a smaller issue where normal mover functionality ignores split levels when moving files. 6 | 7 | ## Upgrading 8 | 9 | ### Known issues 10 | 11 | Please see the [7.1.0 release notes](7.1.0.md#known-issues). 12 | 13 | ### Rolling back 14 | 15 | Please see the [7.1.0 release notes](7.1.0.md#rolling-back). 16 | 17 | ## Changes vs. [7.1.1](7.1.1.md) 18 | 19 | ### Storage 20 | 21 | * Fix: "mover empty disk" does not handle split levels on shares correctly 22 | 23 | ### Linux kernel 24 | 25 | * version 6.12.24-Unraid (no change) 26 | 27 | ## Patches 28 | 29 | No patches are currently available for this release. 30 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/7.1.3.md: -------------------------------------------------------------------------------- 1 | # Version 7.1.3 2025-06-04 2 | 3 | This is a small bugfix and security update release. 4 | 5 | ## Upgrading 6 | 7 | ### Known issues 8 | 9 | Please see the [7.1.0 release notes](7.1.0.md#known-issues). 10 | 11 | ### Rolling back 12 | 13 | Please see the [7.1.0 release notes](7.1.0.md#rolling-back). 14 | 15 | ## Changes vs. [7.1.2](7.1.2.md) 16 | 17 | ### Networking 18 | 19 | * Fix: Allow static IP assignments to co-exist with wireless 20 | * Fix: Improved automatic metric assignments 21 | * Fix: Improved IP selection on interfaces 22 | 23 | ### Docker 24 | 25 | * Fix: Allow docker host access on wireless interface 26 | * Fix: Fix shim-br0 interface sometimes not created, which could cause problems with host access to custom networks on br0 27 | 28 | ### Storage 29 | 30 | * Fix: mover: remove empty dirs that may remain after emptying a disk containing hardlinks 31 | * Fix: Get partition number and partitioning scheme directly instead of using 'lsblk' command 32 | * Fix: /mnt/user0/sharename sometimes does not respect share allocation methods 33 | 34 | ### webGUI 35 | 36 | * Fix: Encryption passphrase sometimes incorrect 37 | * Fix: Revert allow docker context menus above or below 38 | 39 | ### Linux kernel 40 | 41 | * version 6.12.24-Unraid (no change) 42 | 43 | ### Base distro updates 44 | 45 | * curl-8.14.0-x86_64-1 (CVE-2025-5025 CVE-2025-4947) 46 | 47 | ## Patches 48 | 49 | No patches are currently available for this release. 50 | -------------------------------------------------------------------------------- /docs/unraid-os/release-notes/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Release Notes", 3 | "position": 2, 4 | "link": { 5 | "type": "generated-index", 6 | "description": "Unraid Release Notes" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /docs/unraid-os/troubleshooting/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Troubleshooting", 3 | "link": { 4 | "type": "doc", 5 | "id": "unraid-os/troubleshooting/troubleshooting" 6 | } 7 | } -------------------------------------------------------------------------------- /docs/unraid-os/troubleshooting/system-crash.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 5 3 | --- 4 | 5 | # Crash Issues 6 | 7 | _THIS SECTION IS STILL UNDER CONSTRUCTION_ 8 | 9 | ## RAM Issues 10 | 11 | It is known that RAM degrades over time. RAM issues can be 12 | elusive to track down and cause unpredictable errors. A somewhat common 13 | effect is unexpected file system level corruption. 14 | 15 | The Unraid boot menu includes a version of memtest for testing RAM. This 16 | version will only work if booting in Legacy mode. If you try to run this 17 | when running in UEFI mode it will immediately reboot again. 18 | 19 | If you want a version that can be used in UEFI mode then you can 20 | download a newer version from memtest's website. Note that the version 21 | of memtest built into Unraid is a much older version that doesn't have 22 | the newer testing capabilities of the current version located on 23 | memtest's website. This is no fault of Unraid, the people behind 24 | memtest won't allow anything newer to be installed by 3rd parties. 25 | 26 | ## Overclocking RAM 27 | 28 | Many people want to run their RAM at the maximum rated speed quoted in 29 | the specification of the RAM they have purchased. They tend to forget 30 | that many motherboard/CPU combinations have a max speed at which they 31 | can reliably drive RAM regardless of the fact that the RAM may be rated 32 | for a higher theoretical maximum clock rate. 33 | -------------------------------------------------------------------------------- /docs/unraid-os/troubleshooting/troubleshooting.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 6 3 | --- 4 | 5 | # Troubleshooting 6 | 7 | Most of the time Unraid systems function with minimal problems. This section is intended to help with resolving issues that are most commonly encountered. 8 | 9 | There are some important general guidelines that we recommend users follow to help with any troubleshooting: 10 | 11 | * **Use the built-in Help**: The Unraid GUI has extensive built-in Help for most fields in the GUI. This can be accessed at the individual field level by clicking on the field name, or toggled on/off for the whole page by clicking on the ![Help](../assets/Help-icon.jpg) icon at the top right of the GUI. 12 | * **Use the link to this online manual**: the status bar at the bottom of the WebGUI contains a direct link to this online manual. 13 | * **Enable Notifications**: Unraid has a notification system that can be used to keep you informed about the health of your Unraid system. This can be enabled and the level of notifications you receive tuned under ***Settings > User Preferences > Notification Settings***. Since Unraid systems often function for very long times without needing any user oversight, it can be important that you are informed of problems when they first occur, as unresolved ones can grow into more serious problems. 14 | * **Ask for help in the forums**: Unraid has a vibrant user community and many knowledgeable users who are active in the Unraid forums. Any time you encounter a problem and you are not sure how to proceed, it is a good idea to ask questions in the forums. There is nothing worse than rushing into trying to fix a problem using a process you do not understand and as a result turning the problem into something more serious. 15 | * **Capture diagnostics**: If you want to ask a question in the forums about a problem you are encountering you are frequently going to be asked to provide your system diagnostics file. You need to do so **BEFORE YOU REBOOT** so that the logs show what went wrong. The system diagnostics log is cleared at every reboot. 16 | -------------------------------------------------------------------------------- /docs/unraid-os/troubleshooting/windows-connection.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 6 3 | --- 4 | 5 | # Windows Connection Issues 6 | 7 | _THIS SECTION IS STILL UNDER CONSTRUCTION_ 8 | 9 | The majority of users have no problem making connections to Unraid 10 | shares. Having said that Microsoft is continually tweaking the network 11 | security model via Windows Update and this can cause problems for some 12 | users. 13 | 14 | If you encounter problems then your first port of call should probably 15 | be the [Windows issues with 16 | Unraid](https://forums.unraid.net/topic/53172-windows-issues-with-unraid/) 17 | forum thread. This thread is rather long so you probably want to start 18 | near the end. 19 | 20 | _COMMONEST ISSUES AND SOLUTIONS TO BE ADDED HERE_ 21 | 22 | ## Name Resolution 23 | 24 | ## Stored Credentials 25 | 26 | ## Multiple Sign-ons 27 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/unraid-os/faq/redeem-license-activation-code.md: -------------------------------------------------------------------------------- 1 | # Cómo Canjear un Código de Activación de Licencia 2 | 3 | Primero, siga nuestra [guía de inicio](/unraid-os/manual/getting-started.md) para configurar un servidor 4 | Unraid. 5 | 6 | Una vez que su servidor esté funcionando con una versión de prueba: 7 | 8 | 1. Inicie sesión en la WebGUI de su servidor Unraid. (`http://tower.local`) desde Mac por defecto 9 | 10 | 2. Inicie sesión en su cuenta de Unraid.net (o [cree una](https://forums.unraid.net/register/)) desde la parte [superior derecha de la WebGUI](/connect/help.md) y 11 | seleccione **Purchase Key** (Unraid 6.10) o, para Unraid 6.9 y versiones 12 | anteriores, vaya a Herramientas -\> Página de registro en WebGUI y haga 13 | clic en **Purchase Key**. 14 | 15 | 3. Seleccione la licencia correspondiente que compró a través del 16 | código de activación e ingrese el código de activación para completar el 17 | proceso de activación. ¡Su clave de registro le será enviada por correo 18 | electrónico con instrucciones para la instalación! 19 | -------------------------------------------------------------------------------- /i18n/es/docusaurus-plugin-content-docs/current/unraid-os/manual/getting-started/manual-install-method.md: -------------------------------------------------------------------------------- 1 | # Manual Method 2 | 3 | Método manual 4 | 5 | Si por alguna razón no se puede usar la herramienta USB Flash Creator o no se detecta su dispositivo USB flash, es posible formatear y preparar manualmente un dispositivo USB flash de arranque. dispositivo. Nota: este método solo funciona para dispositivos de 32 GB y más pequeños. 6 | 7 | 1. Conecte el dispositivo flash USB a su Mac o PC. 8 | 2. Formatee el USB usando el sistema de archivos FAT (o FAT32). No debe ser ex-FAT. Si su USB tiene más de 32 GB, entonces necesita usar una herramienta de terceros (por ejemplo, Rufus) para formatearlo en FAT32, ya que Windows no ofrece esta opción en unidades de más de 32 GB. 9 | 3. Establezca la "etiqueta de volumen" (Volume Label) en UNRAID (distingue entre mayúsculas y minúsculas, use todo en mayúsculas). 10 | 4. Vaya a [la página de descargas](https://unraid.net/es/descargar) para obtener el archivo zip de la versión que desea usar. 11 | 5. Elija una versión y descárguela en una ubicación temporal en su computadora/ordenador (por ejemplo, una carpeta de "descargas"). 12 | 6. Extraer el contenido del archivo ZIP se acaba de descargar en su dispositivo flash USB. 13 | 7. Busque el dispositivo flash USB para ver el contenido recién extraído de su Mac o PC. 14 | 8. Ejecute el script de arranque apropiado para el sistema operativo que está utilizando. 15 | 16 | **Windows 7 o posterior** 17 | 18 | - haga clic derecho en el archivo make_bootable y seleccione: Ejecutar como administrador 19 | - **Mac** 20 | - haga doble clic en el archivo make_bootable_mac e ingrese su contraseña de administrador cuando se le solicite. 21 | - **Linux**: 22 | - copie el archivo make_bootable_linux en el disco duro 23 | - desmontar (no expulsar) la unidad USB 24 | - ejecute el siguiente comando desde donde lo desempaquetó en su sistema Linux: 25 | 26 | sudo bash ./make_bootable_linux 27 | 28 | - NOTA: Durante el proceso de ejecución de este script, el dispositivo flash puede parecer a desaparecer y reaparecer en su estación de trabajo un par de veces - este comportamiento se espera. -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/AppsTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/AppsTab.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Chinese-Search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Chinese-Search.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Docker_register_mirrors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Docker_register_mirrors.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Download.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Edit_Script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Edit_Script.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/NTP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/NTP.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Output.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Run_in_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Run_in_background.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Switch_toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Switch_toggle.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Terminal.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Toprightbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Toprightbar.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Upgrade-UPC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/assets/Upgrade-UPC.png -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/faq/installation.md: -------------------------------------------------------------------------------- 1 | # 安装 2 | 3 | ## 我无法使用USB闪存创建工具将Unraid安装到我的闪存设备上。我该怎么办? 4 | 5 | 如果您不能使用此工具,也可以[手动安装](../getting-started/manual-install-method.md)。 6 | 7 | ## 我无法使用`http://tower`或`http://tower.local`连接到WebGUI。我该怎么办? 8 | 9 | 有时您的本地DNS服务器无法通过主机名解析局域网设备,如果是这种情况,您可以尝试通过IP地址连接到服务器。您可以通过多种方式查找服务器的IP地址(在创建闪存设备时手动设置IP,查看路由器/交换机DHCP地址池,或者将显示器连接到服务器)。 10 | 11 | ## 如何更改我的服务器主机名? 12 | 13 | 您可以通过WebGUI更改Unraid服务器的名称,方法是转到设置→系统设置→标识。 14 | 15 | ## 我的闪存驱动器报告了无效的GUID。我该怎么办? 16 | 17 | USB闪存设备**必须**是内置有唯一硬件GUID(序列号)的设备。一些制造商在其生产的驱动器上重复使用相同的GUID、全为零的GUID,或使用明显是编造的GUID。这些驱动器无法用作Unraid引导设备。虽然很难一概而论,但大多数主要制造商的驱动器**确实**满足具有唯一GUID的要求。 18 | 19 | 注意:SSD、USB读卡器、SD读卡器或其他设备目前不能用于引导Unraid。 20 | 21 | ## 我需要配置我的系统使用UEFI引导。我该如何操作? 22 | 23 | UEFI引导模式可以通过3种方式配置。 24 | - 使用闪存创建器创建闪存设备时,有一个选项可以启用UEFI引导模式。 25 | - 在传统模式下启动Unraid后,您可以从闪存设备设置页面更改为UEFI引导。 26 | - 您还可以将闪存驱动器上名为**efi~**的文件夹重命名为**efi**(即删除结尾的**~**字符)。 27 | 28 | ## 我在使用网络浏览器访问Unraid WebGUI时遇到问题。我该怎么办? 29 | 30 | Unraid的管理界面(WebGUI)与大多数广告拦截器不兼容。因此,我们强烈建议使用浏览器广告拦截器的用户将Unraid服务器添加到广告拦截器的白名单中,以确保广告拦截器不会影响WebGUI。如果不这样做,可能会导致WebGUI的部分内容无法正确显示。 31 | 32 | ## 如何延长我的Unraid试用期? 33 | 34 | 您知道可以延长Unraid的[30天免费试用期](https://unraid.net/download)吗?硬件可能不适合、东西可能会坏掉、生活中有各种情况发生。我们理解这一点。 35 | 36 | 若您的原始试用在页面左上角显示"已过期",而您想要继续试用Unraid请先停止阵列,然后前往**注册**页面。此时会出现一个按钮,您可以选择它来获得15天的延期。您总共可以延期两次。 37 | 38 | :::important 39 | 40 | 如果您希望保留配置,则不能更换Unraid试用版的USB闪存设备。 41 | 42 | ::: -------------------------------------------------------------------------------- /i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/faq/redeem-license-activation-code.md: -------------------------------------------------------------------------------- 1 | # 兑换许可证激活码 2 | 3 | 首先,按照 **[入门指南](/unraid-os/manual/getting-started)** 设置好 4 | Unraid 服务器。当成功启动并运行好后,参照下列步骤进行兑换: 5 | 6 | 1. 通过 WebGUI 登录到您的 Unraid 服务器。 (默认地址为 `http://tower` 7 | 或 `http://tower.local`) 8 | 2. 从 WebGUI 9 | 的右上角登录([或创建一个](https://account.unraid.net/)) 10 | **Unraid.net** 帐户,并选择"Purchase Key (购买密钥)"(Unraid 11 | 6.10)。 对于 Unraid 6.9 及更早版本,请在 WebGUI 点击导航页的 Tools 12 | (工具)-\> Registration page (注册页面) 并单击"Purchase 13 | Key.(购买密钥)"。 14 | 3. 接下来,选择您购买的对应License,并输入激活码 以完成激活过程。 15 | 我们将通过电子邮件把注册密钥发送给您,其中也包含安装说明! 16 | 17 | 如果您对以上内容有任何问题或疑问,还有一个视频教程:[激活码兑换教程](https://www.loom.com/share/3ceb40440240474aaa80a0b7e3e69cb2) 18 | 19 | 谢谢 20 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "docs", 3 | "version": "0.0.0", 4 | "private": true, 5 | "scripts": { 6 | "docusaurus": "docusaurus", 7 | "start": "docusaurus start", 8 | "build": "docusaurus build", 9 | "swizzle": "docusaurus swizzle", 10 | "deploy": "docusaurus deploy", 11 | "clear": "docusaurus clear", 12 | "serve": "docusaurus serve", 13 | "write-translations": "docusaurus write-translations", 14 | "write-heading-ids": "docusaurus write-heading-ids", 15 | "typecheck": "tsc", 16 | "lint:md": "markdownlint-cli2-fix docs/**/**/*.md", 17 | "prettier": "prettier --write docs" 18 | }, 19 | "dependencies": { 20 | "@docusaurus/core": "3.7.0", 21 | "@docusaurus/plugin-client-redirects": "^3.7.0", 22 | "@docusaurus/plugin-ideal-image": "^3.3.2", 23 | "@docusaurus/preset-classic": "3.7.0", 24 | "@mdx-js/react": "^3.0.1", 25 | "clsx": "^2.1.1", 26 | "docusaurus-plugin-image-zoom": "^3.0.0", 27 | "prism-react-renderer": "^2.3.1", 28 | "react": "^19.0.0", 29 | "react-dom": "^19.0.0", 30 | "semver": "^7.6.2" 31 | }, 32 | "devDependencies": { 33 | "@docusaurus/module-type-aliases": "3.7.0", 34 | "@docusaurus/tsconfig": "^3.3.2", 35 | "@docusaurus/types": "^3.3.2", 36 | "@tsconfig/docusaurus": "^2.0.3", 37 | "@types/react": "^19.0.0", 38 | "markdownlint-cli2": "^0.18.0", 39 | "prettier": "^3.2.5", 40 | "typescript": "^5.4.5" 41 | }, 42 | "browserslist": { 43 | "production": [ 44 | ">0.5%", 45 | "not dead", 46 | "not op_mini all" 47 | ], 48 | "development": [ 49 | "last 1 chrome version", 50 | "last 1 firefox version", 51 | "last 1 safari version" 52 | ] 53 | }, 54 | "engines": { 55 | "node": ">=18.0" 56 | } 57 | } 58 | -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 | "extends": [ 4 | "config:recommended", 5 | "group:allNonMajor" 6 | ] 7 | } 8 | -------------------------------------------------------------------------------- /sidebars.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Creating a sidebar enables you to: 3 | - create an ordered group of docs 4 | - render a sidebar for each doc of that group 5 | - provide next/previous navigation 6 | 7 | The sidebars can be generated from the filesystem, or explicitly defined here. 8 | 9 | Create as many sidebars as you want. 10 | */ 11 | 12 | // @ts-check 13 | 14 | /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ 15 | const sidebars = { 16 | // By default, Docusaurus generates a sidebar from the docs folder structure 17 | unraidSidebar: [{type: 'autogenerated', dirName: '.'}], 18 | 19 | // But you can create a sidebar manually 20 | /* 21 | tutorialSidebar: [ 22 | 'intro', 23 | 'hello', 24 | { 25 | type: 'category', 26 | label: 'Tutorial', 27 | items: ['tutorial-basics/create-a-document'], 28 | }, 29 | ], 30 | */ 31 | }; 32 | 33 | module.exports = sidebars; 34 | -------------------------------------------------------------------------------- /sitebar-semver-sort.js: -------------------------------------------------------------------------------- 1 | // Reverse the sidebar items ordering (including nested category items) 2 | const semver = require("semver"); 3 | 4 | 5 | function getTitleFromItemId(id) { 6 | return id.split("/").at(-1) 7 | } 8 | 9 | function getSemverFromId(id) { 10 | try { 11 | // console.log('id',id.split('/').at(-1)) 12 | return semver.parse(getTitleFromItemId(id)); 13 | } catch (error) { 14 | return null; 15 | } 16 | } 17 | 18 | 19 | function addItemTitle(item) { 20 | return { 21 | ...item, 22 | label: getTitleFromItemId(item.id) 23 | } 24 | } 25 | 26 | /** 27 | * This function sorts the Release Notes section by semver, leaving all other sorting to the default sorting algorthm 28 | * More info below: 29 | * https://docusaurus.io/docs/sidebar/autogenerated#customize-the-sidebar-items-generator 30 | * @param {Array<{ type: 'doc' | 'autogenerated', 'id': string, 'items': Array}>} items 31 | * @param {*} sortBySemver 32 | * @returns 33 | */ 34 | function sortSidebarItems(items, sortBySemver = false) { 35 | // Reverse items in categories 36 | const result = items.map((item) => { 37 | if (item.type === "category") { 38 | if (item.label === "Release Notes") { 39 | return { ...item, items: sortSidebarItems(item.items, true) }; 40 | } else { 41 | return { ...item, items: sortSidebarItems(item.items, false) }; 42 | } 43 | } 44 | return item; 45 | }); 46 | 47 | if (sortBySemver) { 48 | // Build subfolders for each major semver, then sort each one by minor semver 49 | const subfolderArrays = result.reduce((acc, item) => { 50 | const semverCompare = getSemverFromId(item.id); 51 | const compareString = `${semverCompare.major}.${semverCompare.minor}`; 52 | if (acc[compareString]) { 53 | acc[compareString].push(item); 54 | } else { 55 | acc[compareString] = [item]; 56 | } 57 | return acc; 58 | }, {}); 59 | 60 | const subfolders = Object.entries(subfolderArrays).map(([folderName, items]) => { 61 | // Sort the sub-items by semver (these are the actual release note docs) 62 | const sortedSubfoler = items.map(addItemTitle).sort((a, b) => { 63 | return semver.compare(getSemverFromId(a.id), getSemverFromId(b.id)); 64 | }); 65 | 66 | return { 67 | type: "category", 68 | label: folderName, 69 | items: sortedSubfoler, 70 | }; 71 | }).sort((a, b) => { 72 | // Reorder a, b to change sort direction 73 | return semver.compare(getSemverFromId(`${b.label}.0`), getSemverFromId(`${a.label}.0`)); 74 | }); 75 | 76 | // Set latest subfolder to open by default 77 | if (subfolders[0]) { 78 | subfolders[0].collapsed = false; 79 | } 80 | 81 | return subfolders; 82 | } 83 | return result; 84 | } 85 | 86 | module.exports = { 87 | sortSidebarItems, 88 | }; 89 | -------------------------------------------------------------------------------- /src/components/HomepageFeatures/index.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import clsx from 'clsx'; 3 | import styles from './styles.module.css'; 4 | 5 | type FeatureItem = { 6 | title: string; 7 | Svg: React.ComponentType>; 8 | description: JSX.Element; 9 | }; 10 | 11 | const FeatureList: FeatureItem[] = [ 12 | { 13 | title: 'Easy to Use', 14 | Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, 15 | description: ( 16 | <> 17 | Docusaurus was designed from the ground up to be easily installed and 18 | used to get your website up and running quickly. 19 | 20 | ), 21 | }, 22 | { 23 | title: 'Focus on What Matters', 24 | Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, 25 | description: ( 26 | <> 27 | Docusaurus lets you focus on your docs, and we'll do the chores. Go 28 | ahead and move your docs into the docs directory. 29 | 30 | ), 31 | }, 32 | { 33 | title: 'Powered by React', 34 | Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, 35 | description: ( 36 | <> 37 | Extend or customize your website layout by reusing React. Docusaurus can 38 | be extended while reusing the same header and footer. 39 | 40 | ), 41 | }, 42 | ]; 43 | 44 | function Feature({title, Svg, description}: FeatureItem) { 45 | return ( 46 |
47 |
48 | 49 |
50 |
51 |

{title}

52 |

{description}

53 |
54 |
55 | ); 56 | } 57 | 58 | export default function HomepageFeatures(): JSX.Element { 59 | return ( 60 |
61 |
62 |
63 | {FeatureList.map((props, idx) => ( 64 | 65 | ))} 66 |
67 |
68 |
69 | ); 70 | } 71 | -------------------------------------------------------------------------------- /src/components/HomepageFeatures/styles.module.css: -------------------------------------------------------------------------------- 1 | .features { 2 | display: flex; 3 | align-items: center; 4 | padding: 2rem 0; 5 | width: 100%; 6 | } 7 | 8 | .featureSvg { 9 | height: 200px; 10 | width: 200px; 11 | } 12 | -------------------------------------------------------------------------------- /src/hooks/useIframe.ts: -------------------------------------------------------------------------------- 1 | import { useState, useEffect } from 'react'; 2 | 3 | /** 4 | * Determines if the current window is running inside an iframe 5 | */ 6 | function isInIframe(): boolean { 7 | return typeof window !== 'undefined' && window.self !== window.top; 8 | } 9 | 10 | /** 11 | * React hook that detects if the current page is displayed inside an iframe 12 | * @returns boolean indicating if the current page is in an iframe 13 | */ 14 | export function useIframe(): boolean { 15 | const [isInIframeState, setIsInIframeState] = useState(false); 16 | 17 | useEffect(() => { 18 | setIsInIframeState(isInIframe()); 19 | }, []); 20 | 21 | return isInIframeState; 22 | } -------------------------------------------------------------------------------- /src/theme/Layout/IframeNavigation.tsx: -------------------------------------------------------------------------------- 1 | import React, { useEffect } from "react"; 2 | import { useLocation } from "@docusaurus/router"; 3 | import { useIframe } from "../../hooks/useIframe"; 4 | 5 | /** 6 | * Component that handles navigation events between iframe and parent window 7 | */ 8 | export function IframeNavigation(): JSX.Element | null { 9 | const location = useLocation(); 10 | const isInIframeState = useIframe(); 11 | 12 | // Handle navigation events 13 | useEffect(() => { 14 | if (isInIframeState) { 15 | window.parent.postMessage({ 16 | type: 'unraid-docs-navigation', 17 | pathname: location.pathname, 18 | search: location.search, 19 | hash: location.hash, 20 | url: window.location.href, 21 | }, '*'); 22 | } 23 | }, [location, isInIframeState]); 24 | 25 | // This component doesn't render anything 26 | return null; 27 | } -------------------------------------------------------------------------------- /src/theme/Layout/ThemeSync.tsx: -------------------------------------------------------------------------------- 1 | import React, { useEffect, useState } from "react"; 2 | import { useColorMode } from "@docusaurus/theme-common"; 3 | import { useIframe } from "../../hooks/useIframe"; 4 | 5 | /** 6 | * Component that handles theme synchronization between iframe and parent window 7 | */ 8 | export function ThemeSync(): JSX.Element | null { 9 | const isInIframeState = useIframe(); 10 | const [lastSentTheme, setLastSentTheme] = useState(null); 11 | const { colorMode, setColorMode } = useColorMode(); 12 | 13 | // Ensure theme system is ready and notify parent 14 | useEffect(() => { 15 | if (isInIframeState) { 16 | // Wait a short time to ensure Docusaurus theme system is fully initialized 17 | const readyTimer = setTimeout(() => { 18 | // Send ready message to parent 19 | window.parent.postMessage({ type: 'theme-ready' }, '*'); 20 | }, 20); 21 | 22 | return () => clearTimeout(readyTimer); 23 | } 24 | }, [isInIframeState]); 25 | 26 | // Handle theme message events from parent 27 | useEffect(() => { 28 | if (isInIframeState) { 29 | const handleMessage = (event) => { 30 | // Validate the message structure 31 | if (event.data && typeof event.data === 'object') { 32 | // Handle theme update message 33 | if (event.data.type === 'theme-update') { 34 | const { theme } = event.data; 35 | 36 | // Set the theme based on the message 37 | if (theme === 'dark' || theme === 'light') { 38 | setColorMode(theme); 39 | } 40 | } 41 | } 42 | }; 43 | 44 | // Add event listener 45 | window.addEventListener('message', handleMessage); 46 | 47 | // Clean up 48 | return () => { 49 | window.removeEventListener('message', handleMessage); 50 | }; 51 | } 52 | }, [isInIframeState, setColorMode]); 53 | 54 | // Notify parent when the theme changes 55 | useEffect(() => { 56 | if (isInIframeState && colorMode !== lastSentTheme) { 57 | // Send theme change notification to parent 58 | window.parent.postMessage({ 59 | type: 'theme-changed', 60 | theme: colorMode 61 | }, '*'); 62 | 63 | // Update the last sent theme 64 | setLastSentTheme(colorMode); 65 | } 66 | }, [colorMode, isInIframeState, lastSentTheme]); 67 | 68 | // This component doesn't render anything 69 | return null; 70 | } -------------------------------------------------------------------------------- /src/theme/Layout/index.tsx: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Layout from "@theme-original/Layout"; 3 | import { ThemeSync } from "./ThemeSync"; 4 | import { IframeNavigation } from "./IframeNavigation"; 5 | import { useIframe } from "../../hooks/useIframe"; 6 | 7 | export default function LayoutWrapper(props) { 8 | const isInIframeState = useIframe(); 9 | const dataAttributes = isInIframeState ? { 'data-iframe': 'true' } : {}; 10 | 11 | return ( 12 |
13 | 14 | 15 | 16 | {props.children} 17 | 18 |
19 | ); 20 | } 21 | -------------------------------------------------------------------------------- /src/theme/NotFound.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import Translate, {translate} from '@docusaurus/Translate'; 3 | import {PageMetadata} from '@docusaurus/theme-common'; 4 | import Layout from '@theme/Layout'; 5 | export default function NotFound() { 6 | return ( 7 | <> 8 | 14 | 15 |
16 |
17 |
18 |

19 | 22 | Page not found 23 | 24 |

25 |

26 | 29 | It seems we couldn't find the page you were looking for. 30 | 31 |

32 |

33 | 36 | You can click the link below to return to the documentation homepage 37 | or go back to the previous page and continue reading. 38 | 39 |

40 |

41 | Documentation homepage 42 |

43 |
44 |
45 |
46 |
47 | 48 | ); 49 | } 50 | -------------------------------------------------------------------------------- /static/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/.nojekyll -------------------------------------------------------------------------------- /static/.well-known/security.txt: -------------------------------------------------------------------------------- 1 | # Unraid Security Policy 2 | # This security.txt file follows RFC 9116 and helps security researchers 3 | # report vulnerabilities. 4 | # For urgent security matters, please email security@unraid.net. 5 | # Reports should include a clear title, description of the issue, steps to 6 | # reproduce, and any potential impact. 7 | 8 | Contact: mailto:security@unraid.net 9 | Policy: https://unraid.net/policies 10 | Encryption: https://keys.openpgp.org/vks/v1/by-fingerprint/5461B0B9C1CCFB6E53A6760FC5D4DCC26C348C7B 11 | Preferred-Languages: en 12 | Canonical: https://unraid.net/.well-known/security.txt 13 | Expires: 2030-12-31T23:59:00.000Z 14 | Signature: https://unraid.net/.well-known/security.txt.sig 15 | -------------------------------------------------------------------------------- /static/CNAME: -------------------------------------------------------------------------------- 1 | docs.unraid.net -------------------------------------------------------------------------------- /static/docs/legacy/AOC-SASLP-MV8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/AOC-SASLP-MV8.jpg -------------------------------------------------------------------------------- /static/docs/legacy/AddRemoteSMB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/AddRemoteSMB.png -------------------------------------------------------------------------------- /static/docs/legacy/Address_bar_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Address_bar_small.jpg -------------------------------------------------------------------------------- /static/docs/legacy/Airvideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Airvideo.png -------------------------------------------------------------------------------- /static/docs/legacy/Algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Algorithm.png -------------------------------------------------------------------------------- /static/docs/legacy/App.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/App.png -------------------------------------------------------------------------------- /static/docs/legacy/Apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Apple.png -------------------------------------------------------------------------------- /static/docs/legacy/Apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Apps.png -------------------------------------------------------------------------------- /static/docs/legacy/Archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Archive.png -------------------------------------------------------------------------------- /static/docs/legacy/Arrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Arrange.png -------------------------------------------------------------------------------- /static/docs/legacy/Audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Audio.png -------------------------------------------------------------------------------- /static/docs/legacy/Avatar_41857_1330581050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Avatar_41857_1330581050.png -------------------------------------------------------------------------------- /static/docs/legacy/Beets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Beets.png -------------------------------------------------------------------------------- /static/docs/legacy/Btsync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Btsync.png -------------------------------------------------------------------------------- /static/docs/legacy/CA_Tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/CA_Tile.png -------------------------------------------------------------------------------- /static/docs/legacy/CP_-_About.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/CP_-_About.JPG -------------------------------------------------------------------------------- /static/docs/legacy/CP_-_General_Settings.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/CP_-_General_Settings.JPG -------------------------------------------------------------------------------- /static/docs/legacy/CP_-_NZBs_Torrents.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/CP_-_NZBs_Torrents.JPG -------------------------------------------------------------------------------- /static/docs/legacy/Cache_dirs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Cache_dirs.png -------------------------------------------------------------------------------- /static/docs/legacy/Certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Certificate.png -------------------------------------------------------------------------------- /static/docs/legacy/Chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Chat.png -------------------------------------------------------------------------------- /static/docs/legacy/Clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Clock.png -------------------------------------------------------------------------------- /static/docs/legacy/Cloud-connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Cloud-connect.png -------------------------------------------------------------------------------- /static/docs/legacy/Config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Config.png -------------------------------------------------------------------------------- /static/docs/legacy/Connect-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Connect-black.png -------------------------------------------------------------------------------- /static/docs/legacy/Connected.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Connected.jpg -------------------------------------------------------------------------------- /static/docs/legacy/Control_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Control_panel.png -------------------------------------------------------------------------------- /static/docs/legacy/CouchP_-_First_Log.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/CouchP_-_First_Log.JPG -------------------------------------------------------------------------------- /static/docs/legacy/Couchpotato_Plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Couchpotato_Plugin.png -------------------------------------------------------------------------------- /static/docs/legacy/Cpu-pinning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Cpu-pinning.png -------------------------------------------------------------------------------- /static/docs/legacy/Cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Cpu.png -------------------------------------------------------------------------------- /static/docs/legacy/Crashplan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Crashplan.png -------------------------------------------------------------------------------- /static/docs/legacy/Credential-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Credential-details.png -------------------------------------------------------------------------------- /static/docs/legacy/Credential-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Credential-manager.png -------------------------------------------------------------------------------- /static/docs/legacy/Credential-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Credential-overview.png -------------------------------------------------------------------------------- /static/docs/legacy/Credits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Credits.png -------------------------------------------------------------------------------- /static/docs/legacy/Custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Custom.png -------------------------------------------------------------------------------- /static/docs/legacy/Dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Dashboard.png -------------------------------------------------------------------------------- /static/docs/legacy/Denyhosts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Denyhosts.png -------------------------------------------------------------------------------- /static/docs/legacy/Dev_tools_unraid5.0.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Dev_tools_unraid5.0.5.png -------------------------------------------------------------------------------- /static/docs/legacy/Device_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Device_status.png -------------------------------------------------------------------------------- /static/docs/legacy/Diagnostics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Diagnostics.png -------------------------------------------------------------------------------- /static/docs/legacy/Disc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Disc.png -------------------------------------------------------------------------------- /static/docs/legacy/Disconnected.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Disconnected.jpg -------------------------------------------------------------------------------- /static/docs/legacy/Discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Discord.png -------------------------------------------------------------------------------- /static/docs/legacy/Disk-encrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Disk-encrypted.png -------------------------------------------------------------------------------- /static/docs/legacy/Disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Disk.png -------------------------------------------------------------------------------- /static/docs/legacy/Diskfailure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Diskfailure.png -------------------------------------------------------------------------------- /static/docs/legacy/Disks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Disks.png -------------------------------------------------------------------------------- /static/docs/legacy/Display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Display.png -------------------------------------------------------------------------------- /static/docs/legacy/Docker-assignable-resources.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Docker-assignable-resources.PNG -------------------------------------------------------------------------------- /static/docs/legacy/Docker-containers.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Docker-containers.PNG -------------------------------------------------------------------------------- /static/docs/legacy/Docker-images.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Docker-images.PNG -------------------------------------------------------------------------------- /static/docs/legacy/Docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Docker.png -------------------------------------------------------------------------------- /static/docs/legacy/Document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Document.png -------------------------------------------------------------------------------- /static/docs/legacy/Download_key_and_flash_backup_animated.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Download_key_and_flash_backup_animated.gif -------------------------------------------------------------------------------- /static/docs/legacy/Dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Dropbox.png -------------------------------------------------------------------------------- /static/docs/legacy/Dynamix.plugin.control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Dynamix.plugin.control.png -------------------------------------------------------------------------------- /static/docs/legacy/Dynamix.webGui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Dynamix.webGui.png -------------------------------------------------------------------------------- /static/docs/legacy/Earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Earth.png -------------------------------------------------------------------------------- /static/docs/legacy/Enable_geek_tools_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Enable_geek_tools_results.png -------------------------------------------------------------------------------- /static/docs/legacy/Energysaving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Energysaving.png -------------------------------------------------------------------------------- /static/docs/legacy/Ethernet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Ethernet.png -------------------------------------------------------------------------------- /static/docs/legacy/Eula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Eula.png -------------------------------------------------------------------------------- /static/docs/legacy/Example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Example.jpg -------------------------------------------------------------------------------- /static/docs/legacy/Excluded-disks.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Excluded-disks.gif -------------------------------------------------------------------------------- /static/docs/legacy/Experiments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Experiments.png -------------------------------------------------------------------------------- /static/docs/legacy/Eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Eye.png -------------------------------------------------------------------------------- /static/docs/legacy/FCR-MRG2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/FCR-MRG2.jpg -------------------------------------------------------------------------------- /static/docs/legacy/Fan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Fan.png -------------------------------------------------------------------------------- /static/docs/legacy/Flash_backup_button_(old).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Flash_backup_button_(old).png -------------------------------------------------------------------------------- /static/docs/legacy/Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Folder.png -------------------------------------------------------------------------------- /static/docs/legacy/Fort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Fort.png -------------------------------------------------------------------------------- /static/docs/legacy/Ftp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Ftp.png -------------------------------------------------------------------------------- /static/docs/legacy/Gear.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Gear.jpg -------------------------------------------------------------------------------- /static/docs/legacy/Gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Gear.png -------------------------------------------------------------------------------- /static/docs/legacy/Getaregkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Getaregkey.png -------------------------------------------------------------------------------- /static/docs/legacy/Globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Globe.png -------------------------------------------------------------------------------- /static/docs/legacy/Hardware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Hardware.png -------------------------------------------------------------------------------- /static/docs/legacy/Headphoneslogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Headphoneslogo.png -------------------------------------------------------------------------------- /static/docs/legacy/Health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Health.png -------------------------------------------------------------------------------- /static/docs/legacy/Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Home.png -------------------------------------------------------------------------------- /static/docs/legacy/Information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Information.png -------------------------------------------------------------------------------- /static/docs/legacy/Initial.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Initial.gif -------------------------------------------------------------------------------- /static/docs/legacy/KG2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/KG2.jpg -------------------------------------------------------------------------------- /static/docs/legacy/LRWM01USBEUA.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/LRWM01USBEUA.jpg -------------------------------------------------------------------------------- /static/docs/legacy/Language-filled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Language-filled.png -------------------------------------------------------------------------------- /static/docs/legacy/Language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Language.png -------------------------------------------------------------------------------- /static/docs/legacy/Level_0_example.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Level_0_example.JPG -------------------------------------------------------------------------------- /static/docs/legacy/Libvirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Libvirt.png -------------------------------------------------------------------------------- /static/docs/legacy/Lighting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Lighting.png -------------------------------------------------------------------------------- /static/docs/legacy/Lime-gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Lime-gui.png -------------------------------------------------------------------------------- /static/docs/legacy/Linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Linux.png -------------------------------------------------------------------------------- /static/docs/legacy/Linuxinstall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Linuxinstall.png -------------------------------------------------------------------------------- /static/docs/legacy/Log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Log.png -------------------------------------------------------------------------------- /static/docs/legacy/Ltlogo-2015-155x155.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Ltlogo-2015-155x155.png -------------------------------------------------------------------------------- /static/docs/legacy/Ltlogo-2015-wiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Ltlogo-2015-wiki.png -------------------------------------------------------------------------------- /static/docs/legacy/MB1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/MB1.JPG -------------------------------------------------------------------------------- /static/docs/legacy/Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Main.png -------------------------------------------------------------------------------- /static/docs/legacy/Mb2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Mb2.JPG -------------------------------------------------------------------------------- /static/docs/legacy/Mb3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Mb3.JPG -------------------------------------------------------------------------------- /static/docs/legacy/Mb4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Mb4.JPG -------------------------------------------------------------------------------- /static/docs/legacy/Motherboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Motherboard.png -------------------------------------------------------------------------------- /static/docs/legacy/Move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Move.png -------------------------------------------------------------------------------- /static/docs/legacy/Mover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Mover.png -------------------------------------------------------------------------------- /static/docs/legacy/Mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Mysql.png -------------------------------------------------------------------------------- /static/docs/legacy/NTP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/NTP.png -------------------------------------------------------------------------------- /static/docs/legacy/Nerdpack_screen_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Nerdpack_screen_on.png -------------------------------------------------------------------------------- /static/docs/legacy/Nerdtools_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Nerdtools_icon.png -------------------------------------------------------------------------------- /static/docs/legacy/Network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Network.png -------------------------------------------------------------------------------- /static/docs/legacy/New_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/New_config.png -------------------------------------------------------------------------------- /static/docs/legacy/New_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/New_drive.png -------------------------------------------------------------------------------- /static/docs/legacy/Nvme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Nvme.png -------------------------------------------------------------------------------- /static/docs/legacy/Nzbget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Nzbget.png -------------------------------------------------------------------------------- /static/docs/legacy/Openvpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Openvpn.png -------------------------------------------------------------------------------- /static/docs/legacy/Overview-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Overview-icon.png -------------------------------------------------------------------------------- /static/docs/legacy/Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Overview.png -------------------------------------------------------------------------------- /static/docs/legacy/Packages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Packages.png -------------------------------------------------------------------------------- /static/docs/legacy/Pagemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Pagemap.png -------------------------------------------------------------------------------- /static/docs/legacy/Parity-explained-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Parity-explained-1.png -------------------------------------------------------------------------------- /static/docs/legacy/Parity-explained-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Parity-explained-2.png -------------------------------------------------------------------------------- /static/docs/legacy/Parity-explained-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Parity-explained-3.png -------------------------------------------------------------------------------- /static/docs/legacy/Paritycheck-bottomleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Paritycheck-bottomleft.png -------------------------------------------------------------------------------- /static/docs/legacy/Paritycheck-browsernotification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Paritycheck-browsernotification.png -------------------------------------------------------------------------------- /static/docs/legacy/Performance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Performance.png -------------------------------------------------------------------------------- /static/docs/legacy/Permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Permissions.png -------------------------------------------------------------------------------- /static/docs/legacy/Picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Picture.png -------------------------------------------------------------------------------- /static/docs/legacy/Plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Plugins.png -------------------------------------------------------------------------------- /static/docs/legacy/Pms_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Pms_48px.png -------------------------------------------------------------------------------- /static/docs/legacy/Preclear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Preclear.png -------------------------------------------------------------------------------- /static/docs/legacy/Processes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Processes.png -------------------------------------------------------------------------------- /static/docs/legacy/Profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Profile.png -------------------------------------------------------------------------------- /static/docs/legacy/Ps3mediaserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Ps3mediaserver.png -------------------------------------------------------------------------------- /static/docs/legacy/Question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Question.png -------------------------------------------------------------------------------- /static/docs/legacy/Ram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Ram.png -------------------------------------------------------------------------------- /static/docs/legacy/Recycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Recycle.png -------------------------------------------------------------------------------- /static/docs/legacy/Registration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Registration.png -------------------------------------------------------------------------------- /static/docs/legacy/Remote-access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Remote-access.png -------------------------------------------------------------------------------- /static/docs/legacy/Repeatable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Repeatable.png -------------------------------------------------------------------------------- /static/docs/legacy/Resize_vdisk_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Resize_vdisk_1.png -------------------------------------------------------------------------------- /static/docs/legacy/Rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Rocket.png -------------------------------------------------------------------------------- /static/docs/legacy/SDDRK-121-A11M.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/SDDRK-121-A11M.jpeg -------------------------------------------------------------------------------- /static/docs/legacy/Sdcruzerfit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Sdcruzerfit.jpg -------------------------------------------------------------------------------- /static/docs/legacy/Security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Security.png -------------------------------------------------------------------------------- /static/docs/legacy/Serviio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Serviio.png -------------------------------------------------------------------------------- /static/docs/legacy/Sf_itunesserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Sf_itunesserver.png -------------------------------------------------------------------------------- /static/docs/legacy/Sf_webserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Sf_webserver.png -------------------------------------------------------------------------------- /static/docs/legacy/Share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Share.png -------------------------------------------------------------------------------- /static/docs/legacy/Shares.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Shares.jpg -------------------------------------------------------------------------------- /static/docs/legacy/Shares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Shares.png -------------------------------------------------------------------------------- /static/docs/legacy/Sharing-protocol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Sharing-protocol.png -------------------------------------------------------------------------------- /static/docs/legacy/Shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Shop.png -------------------------------------------------------------------------------- /static/docs/legacy/Sign_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Sign_out.png -------------------------------------------------------------------------------- /static/docs/legacy/Slimserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Slimserver.png -------------------------------------------------------------------------------- /static/docs/legacy/Snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Snap.png -------------------------------------------------------------------------------- /static/docs/legacy/Snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Snapshot.png -------------------------------------------------------------------------------- /static/docs/legacy/Split_Level.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Split_Level.JPG -------------------------------------------------------------------------------- /static/docs/legacy/Ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Ssh.png -------------------------------------------------------------------------------- /static/docs/legacy/Subsonic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Subsonic.png -------------------------------------------------------------------------------- /static/docs/legacy/Sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Sync.png -------------------------------------------------------------------------------- /static/docs/legacy/Temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Temp.png -------------------------------------------------------------------------------- /static/docs/legacy/Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Template.png -------------------------------------------------------------------------------- /static/docs/legacy/Themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Themes.png -------------------------------------------------------------------------------- /static/docs/legacy/TimeMachinescreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/TimeMachinescreen.png -------------------------------------------------------------------------------- /static/docs/legacy/Tooltip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Tooltip.jpg -------------------------------------------------------------------------------- /static/docs/legacy/Unraid-array-with-cache.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Unraid-array-with-cache.gif -------------------------------------------------------------------------------- /static/docs/legacy/Unraid-array.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Unraid-array.gif -------------------------------------------------------------------------------- /static/docs/legacy/Unraid-settings.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Unraid-settings.JPG -------------------------------------------------------------------------------- /static/docs/legacy/Unraid_gmail_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Unraid_gmail_settings.png -------------------------------------------------------------------------------- /static/docs/legacy/Update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Update.png -------------------------------------------------------------------------------- /static/docs/legacy/Ups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Ups.png -------------------------------------------------------------------------------- /static/docs/legacy/Usb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Usb.png -------------------------------------------------------------------------------- /static/docs/legacy/User-share-file-system.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/User-share-file-system.jpg -------------------------------------------------------------------------------- /static/docs/legacy/User-shares-access-policies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/User-shares-access-policies.png -------------------------------------------------------------------------------- /static/docs/legacy/User-shares-distribution-policies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/User-shares-distribution-policies.png -------------------------------------------------------------------------------- /static/docs/legacy/User-shares-explained-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/User-shares-explained-1.png -------------------------------------------------------------------------------- /static/docs/legacy/User-shares-explained-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/User-shares-explained-2.png -------------------------------------------------------------------------------- /static/docs/legacy/User.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/User.png -------------------------------------------------------------------------------- /static/docs/legacy/User_profile_component_-_main_navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/User_profile_component_-_main_navigation.png -------------------------------------------------------------------------------- /static/docs/legacy/User_profile_component_-_sign_in_or_sign_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/User_profile_component_-_sign_in_or_sign_up.png -------------------------------------------------------------------------------- /static/docs/legacy/Users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Users.png -------------------------------------------------------------------------------- /static/docs/legacy/Validationerror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Validationerror.png -------------------------------------------------------------------------------- /static/docs/legacy/Vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Vars.png -------------------------------------------------------------------------------- /static/docs/legacy/Video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Video.png -------------------------------------------------------------------------------- /static/docs/legacy/Virtualization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Virtualization.png -------------------------------------------------------------------------------- /static/docs/legacy/Vms-assignable-resources.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Vms-assignable-resources.PNG -------------------------------------------------------------------------------- /static/docs/legacy/Vpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Vpn.png -------------------------------------------------------------------------------- /static/docs/legacy/Warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Warning.png -------------------------------------------------------------------------------- /static/docs/legacy/Windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Windows.png -------------------------------------------------------------------------------- /static/docs/legacy/XBMC-SaLUd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/XBMC-SaLUd.png -------------------------------------------------------------------------------- /static/docs/legacy/Xbmcserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Xbmcserver.png -------------------------------------------------------------------------------- /static/docs/legacy/Zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/docs/legacy/Zip.png -------------------------------------------------------------------------------- /static/img/docusaurus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/img/docusaurus.png -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/favicon.svg: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Social - Circle 10 | 11 | 12 | -------------------------------------------------------------------------------- /static/img/meta-unraid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unraid/docs/0befa0df106efdab0e51b1251bc5ddfdf80d4af9/static/img/meta-unraid.png -------------------------------------------------------------------------------- /static/img/un-mark-gradient.svg: -------------------------------------------------------------------------------- 1 | un-mark-gradient -------------------------------------------------------------------------------- /static/img/unraid-stacked-dark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/js/redirects.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Client-side redirects for Unraid docs 3 | * This script handles special URL patterns that need redirection 4 | */ 5 | (function() { 6 | // Check if the URL matches the pattern /unraid-os/release-notes/X.Y.Z+patch.N 7 | const patchRegex = /\/unraid-os\/release-notes\/(\d+\.\d+\.\d+)\+patch\.\d+/; 8 | const currentPath = window.location.pathname; 9 | const match = currentPath.match(patchRegex); 10 | 11 | if (match) { 12 | // Get the base version (X.Y.Z) 13 | const baseVersion = match[1]; 14 | 15 | // Redirect to the patches section of that version 16 | window.location.href = `/unraid-os/release-notes/${baseVersion}#patches`; 17 | } 18 | })(); 19 | -------------------------------------------------------------------------------- /static/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /zh/ 3 | Disallow: /es/ 4 | Disallow: /fr/ 5 | Disallow: /de/ 6 | 7 | Sitemap: https://docs.unraid.net/sitemap.xml 8 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | // This file is not used in compilation. It is here just for a nice editor experience. 3 | "extends": "@tsconfig/docusaurus/tsconfig.json", 4 | "compilerOptions": { 5 | "baseUrl": "." 6 | } 7 | } 8 | --------------------------------------------------------------------------------