Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mainfrezzer

Members
  • Joined

  • Last visited

Solutions

  1. Mainfrezzer's post in (Un)Regelmäßiger Download von etwa 2,5 GB Daten was marked as the answer   
    Wireshark
  2. Mainfrezzer's post in Change the WebUI shell was marked as the answer   
    yes there is a way, but its not persistent accross reboots and you would have to integrate that into a script within the go file.

    basically what you have to change is the OpenTerminal.php in /usr/local/emhttp/plugins/dynamix/include/ to change the execution code bash to whatever you want the button to do.
  3. Mainfrezzer's post in Struggling with frequent crashes was marked as the answer   
    Looks like you got a RTL8111GR, you could try the realtek package from the community apps
  4. Mainfrezzer's post in Unraid reports larger allowable writes. was marked as the answer   
    Theres a folder on disk7
  5. Mainfrezzer's post in Community Applications Plugin - download failure: generic error was marked as the answer   
    Nothing looks out of the ordinary, could be an issue with the domain, dns OR Since youre booting of a SD card, that could be funky. You can give it a go download the files manually and place them on the SD card.
    PGL can be downloaded here has to be placed in "/config/plugins"
    this needs to be placed in "/config/plugins/community.applications/"
    on the sdcard



    Certainly needs an update to the plugins 😅
  6. Mainfrezzer's post in eth0 fails on Unraid 6.12.10 was marked as the answer   
    Yes, you can "offline" install those plugins. Just have to manually download the files from github and place them in the appropriate folders on the usb drive. A bit of a pain in the ass tbh. You could also just plug the usb into a device that has a "supported" nic and download that way to swap back to the intended server.

    As for the no image @rksbrooke. Nvidia cards in uefi mode always need the gpu drivers. thats why there is no image displayed.
  7. Mainfrezzer's post in Port Mapping for VPN Based Containers Reset to Last Container Port Update was marked as the answer   
    Thats a bug since 6.12 was introduced, its only visual. ignoring it is the best you can do. last working version was 6.11.5

    Edit: https://forums.unraid.net/bug-reports/stable-releases/6124-dockerpage-shows-bogus-port-mappings-r2632/
  8. Mainfrezzer's post in Lokale Subdomains für Docker Container was marked as the answer   
    Gehen die Anfragen vorher durch die Fritzbox oder wird das PiHole via DHCP an die Teilnehmer verteilt? Die Fritzbox funkt da nämlich zwischen
  9. Mainfrezzer's post in Incorrectly modified WebUI http port to 79 was marked as the answer   
    most likely not the reason for the problem. The problem is that port 79 is by default "banned" on firefox, chrome etc. You could remove the restriction of the browser by diging in their configs but youre probably way faster with modifying the ident.cfg. as mentioned above
  10. Mainfrezzer's post in Unraid stürzt bei parity sync ab was marked as the answer   
    https://docs.unraid.net/unraid-os/release-notes/6.12.4/#fix-for-macvlan-call-traces
  11. Mainfrezzer's post in kernel panic bsod was marked as the answer   
    https://docs.unraid.net/unraid-os/release-notes/6.12.4/#fix-for-macvlan-call-traces
  12. Mainfrezzer's post in Which color did I set wrong? was marked as the answer   
    "Header custom text color" should be the one

    "Header custom background color" does affect it aswell
  13. Mainfrezzer's post in Unraid server cannot connect to Docker containers with static IP's was marked as the answer   
    Docker container on a (macvlan/ipvlan)-bridge can reach each other.

    The security aspect is network isolation between any of the virtualized enviroments to the host system.

    Besides that, theres a checkbox to remove it.
  14. Mainfrezzer's post in Docker Compose Docker in ein bestehendes costom netzwerk bringen was marked as the answer   
    networks: default: name: eth0 external: true Wäre das mindeste, das in der yaml irgendwo stehen sollte, um, in diesem Fall, ins Heimnetzwerk zu kommen.

    eth0 wird halt einfach umbenannt zu dem Netzwerk welches gewollt ist.

    https://docs.docker.com/compose/networking/#use-a-pre-existing-network
  15. Mainfrezzer's post in Docker Keeps Dying was marked as the answer   
    First off all, update to 6.12.4 and apply changes according to the release notes https://docs.unraid.net/unraid-os/release-notes/6.12.4/#fix-for-macvlan-call-traces

    or dont use macvlan


    secondly, your pcie ssd is the culprit. The cause for it could be multiple things, but the outcome is the same, it drops offline.
  16. Mainfrezzer's post in (6.12.4) Issue with Fail2Ban (Swag) and Nextcloud was marked as the answer   
    Via the GUI you just simply edit the container and add a new path with container path as where its available inside the container and host path where it is on the host machine.

    indepth information about docker and bind mounts can be found here https://docs.docker.com/storage/bind-mounts/
  17. Mainfrezzer's post in Unraid got stuck creating new VM was marked as the answer   
    It amazes me how one can break stuff and be surprised all of the sudden. 

    Turn off the server, plug the unraid usb into a pc and edit the config files so that the vm service(domain.cfg) doesnt start anymore and any other files you edited before. who know what those are.

    maybe the syslinux config, any modprobes, etc etc.
  18. Mainfrezzer's post in File integrity report file corruption was marked as the answer   
    those are all nfo files, exclude them. its pointless to checksum them


    Those are my settings. 

  19. Mainfrezzer's post in [Request] Plex-MIA was marked as the answer   
    Once placed on the usb, you can install it via the "Apps" tab under "previous Apps" or on the docker page via "add container" and then via the drop-down of the templates 
  20. Mainfrezzer's post in Totally hosed, right? Flash failed, no backup was marked as the answer   
    if you have the backup on the array, its relatively simple.

    First, install the unassigned devices plugin.

    Then, on the main page, you should see all currently not assigned drives listed under "Unassigned Devices"



    The red square above will tell you which of the drives has a filesystem, so you can already pick out the drives that are actually data containing drives.

    Now you click the upper cogwheels of one drive, that has a filesystem


    once on the new page, you enable following setting



    then you press save in the bottom left and done afterwards.

    Back on the main page, you can mount the drive you just have set to read only. Once mounted, you can explore the disks content
    by clicking on the blue links here



    and look for the backup.

    If the backup is not on that particular disk, take the next disk and continue the steps for each drive until you found the backup. Download it and then you can restore it to your flashdrive.


    Edit: I forgot to mention. it probably needs the dynamix file manager aswell. So that would be needed to be installed aswell.
  21. Mainfrezzer's post in Jellyfin 8700k transcoding was marked as the answer   
    turn low-power mode off
  22. Mainfrezzer's post in Win11 VM, ohne Netzwerkbrückung keine SMB Freigaben vom Server was marked as the answer   
    Damit das funktioniert muss bei Docker Host Access enabled sein.


  23. Mainfrezzer's post in Unraid Server becomes unresponsive was marked as the answer   
    https://docs.unraid.net/unraid-os/release-notes/6.12.4/#fix-for-macvlan-call-traces
  24. Mainfrezzer's post in Datei landet in falschem cache pool was marked as the answer   
    FUSE ist nen bisschen funky.

    Wenn man /user/ benutzen möchte dann müsste man statt "mv" "cp" nehmen und dann anschließen die original Dateien löschen.

     
    #!/bin/bash # Define the path to your BackupScript.sh on the host host_script_path="/mnt/user/misc/scripts/BackupMSSQLdatabases.sql" container_script_path="/home" # define backup locations host_backup_path="/mnt/user/appdata/mssql-production/backup" backup_share="/mnt/user/backup/backup-wawi" # Specify the name or ID of your MSSQL container container_name="MS-SQL-Server-Production" docker cp "$host_script_path" "$container_name":"$container_script_path" docker exec "$container_name" /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P xxxxx -i /home/BackupMSSQLdatabases.sql # move files to central backup share cp "$host_backup_path"/*.bak "$backup_share/" rm "$host_backup_path"/*.bak  
  25. Mainfrezzer's post in Problems with Windows Network discovery was marked as the answer   
    whats the output if you open the command prompt in windows and type in "nslookup homeserver"? (only the internal ips, if anything shows up)

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.