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.

MCKraemer

Members
  • Joined

  • Last visited

  1. I will give it a try, thanks: 🙂
  2. Hi, can you explain why my Unraid is the issue? You might misunderstood me, Unraid is not the wireguard server, it's just a client. Further it is successfully connected to the vps/wireguard server. I can ping Unraid via wireguard and open Plex via wireguard. I can't open Plex when I hit the wireguard server on port 32400. Which should forward to Unraid in wireguard. This might change something? Thanks for your help. 🙏🏻 Network setting is ipvlan. br0 and eth0
  3. Outside the house, KVM VPS located in a data centre. I'm pretty sure, it's my port forwarding. The connection to wireguard is working, Unraid is connected to wireguard. I can ping Unraid and open Plex via it's wireguard IP. So the wireguard tunnel shouldn't be the issue. It must be the forwarding.
  4. Correction: Case 2: Mobile > CGNAT Home ISP > AVM FritzBox (Router) > VPS > UFW > Wireguard Docker > Unraid (is working) What I want to achieve: Mobile/Computer/Tablet (not connected to wireguard) > CGNAT Home ISP > AVM FritzBox (Router) > VPS:32400 > UFW > Mapped Port to Wireguard Docker > Unraid > Plex
  5. I will do my best to provide all necessary data. VPS - Debian 12: No gui, access via ssh, I can putty into it via it's ip. Unraid > CGNAT Home ISP > AVM FritzBox (Router) > VPS > UFW > Wireguard Docker (working) Mobile > CGNAT Home ISP > AVM FritzBox (Router) > VPS > UFW > Wireguard Docker > Unraid (not working) Mobile > CGNAT Home ISP > AVM FritzBox (Router) > VPS > UFW > Wireguard Docker > VPS internal wireguard ip (working) I can open the Unraid dashboard with my phone while connected to the Wireguard VPN and reach it via its Wireguard IP. Now I am trying to access it without connecting my phone to the vpn. I have port 32400 in the yaml. Plex uses this port, I also added to forward this port to the nas: - WG_POST_UP=iptables -t nat -A PREROUTING -p tcp --dport 32400 -j DNAT --to-destination "unraid internal wireguard ip". - WG_POST_DOWN=iptables -t nat -A PREROUTING -p tcp --dport 32400 -j DNAT --to-destination "unraid internal wireguard ip". This doesn't work, port 32400 is allowed in uwf.
  6. Sorry I will get more into details, to clear things up. First, thanks for your reply and help. 🙏 I´m running a vps with debian. The vps is rented and located in a data centre. My unraid is located in my house and behind a cgnat. So my idea is I will host a wireguard server (wg-easy) via docker on the vps and connect unraid to it. So my vps is the wireguard server. I mounted the neccessary ports for plex and unraid for the container. So the idea is to proxy the plex docker container on unraid trough wireguard/vps. Unraid was also able to connect to the vps, what I couln´t achieve was to proxy plex traffic trough wireguard. Unfortunately I´ve no clue if I messed on the vps or unraid part of it.
  7. Hey, I fixed it but I have no idea what fixed it because I did several things. I formatted my ssd with appdata and so on because the filesystem seems to be damaged and I swapped the psu and ram. I'm pretty sure it was the corrupt fs but I can't say for sure. EDIT: Also updated the bios of my mb.
  8. Hey folks, I already tried my luck on reddit but without any success. As the title suggests, I´m trying to connect my unraid to a vps with wireguard. What am I trying to achieve? Since I am behind a cgnat, I would like to share plex via the static IP of the vps. I managed to setup wireguard on the vps, open the port with ufw and got unraid to connect to the vps. However what I couldn´t achieve was to connect to plex using the vps. Any ideas? I prefer to use "native" wireguard instead of tailscale. yaml wg-easy on vps: version: "3.8" services: wg-easy: environment: - WG_HOST=1***** - WG_POST_UP=iptables -t nat -A PREROUTING -p tcp --dport 32400 -j DNAT --to-destination 10.8.0.2 - WG_POST_DOWN=iptables -t nat -A PREROUTING -p tcp --dport 32400 -j DNAT --to-destination 10.8.0.2 image: ghcr.io/wg-easy/wg-easy container_name: wg-easy volumes: - $HOME/docker/volumes/wg:/etc/wireguard ports: - "51820:51820/udp" - "32400:32400/tcp" # - "51821:51821/tcp" restart: unless-stopped cap_add: - NET_ADMIN - NET_RAW - SYS_MODULE sysctls: - net.ipv4.ip_forward=1 - net.ipv4.conf.all.src_valid_mark=1
  9. Hey guys, maybe one of you has an idea, I cant reach the ui of transmission. Trying to open it results in the error: 404: Not Found /opt/transmission-ui/transmission-web-control/index.html (No such file or directory)
  10. I haven't connected a monitor yet, I'll do that later.
  11. Thanks for your reply. No I don´t use a cyberpower ups. 😃 I attached my syslog, this might help? syslog-previous-zensiert.txt
  12. Hi everyone, I'm experiencing an issue with my Unraid server. When I attempt to shut it down, this happens: The server appears to shut down (the dashboard becomes unreachable). However, the system doesn't fully power off. The fans and the system remain running, even though it should be turned off. Thanks in advance for your help! Best regards
  13. Thanks, Didn´t know about that difference.
  14. Hey guys, it might be a newbie question, please have mercy. I setup unraid and copied all my data from gdrive to my shares. Google reported a usage of 18.77TB, rclone copied everything successfull to my HDDs. However unraid is reporting a usage of 20.6TB for my share and 20.9TB overall. How is this possible? I´m using 2x 18TB HDD. Thanks for any help.

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.