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.

SimonF

Community Developer
  • Joined

  • Last visited

Solutions

  1. SimonF's post in Time zone in Scheduler was marked as the answer   
    Will be based on your system time.
  2. SimonF's post in More Icons. was marked as the answer   
    You could just copy from a share into the /usr/local/emhttp/plugins/dynamix.vm.manager/templates/images/
     
    File type is png
     
    You would need to keep them in peristant storage and cp in the go file for a work around.
     
    How many are you looking to add?
  3. SimonF's post in USB Manager Serial Addon for uR-7b2 failed. was marked as the answer   
    No longer required as module is in base os. Do you use GSM modems?
  4. SimonF's post in Where is the DOC/Guide for the Custom VM template? was marked as the answer   
    Any will be suitable, but I would just use linux
  5. SimonF's post in Intel A770 Arc installed and not recognized was marked as the answer   
    Are you using a Plex docker? What do you have defined in the docker template. Maybe in extras etc.
     

  6. SimonF's post in Disk setting "Enable NVME power monitoring"? was marked as the answer   
    Power shows on dash board and main pave for nvmes
  7. SimonF's post in apcupsd uninstall? was marked as the answer   
    You can disable logrotation, or add entry into go file to rm /etc/logrotate.d/apcupsd
     
    Will look into a fix.
  8. I have not been able to pass thru igpu to a vm. If you just need for encoding etc it may work with sriov plugkn? this will allow a virtual gpu but no output via the hdmi etc.
  9. What does tne log space show on dash board it is in ram a limited in size.
  10. SimonF's post in chattr not working, trying to somewhat protect from ransomware. was marked as the answer   
    May not work via fuse fs, have you tired on real disk location?
  11. SimonF's post in VM creation error: Cannot fix was marked as the answer   
    The gui does not support two devices of the same type for usb. just select one.
     
    You will need to add manual options or use my usb manager plug to attach two devices of the same type
  12. SimonF's post in Creating VMs without VNC was marked as the answer   
    https://github.com/unraid/webgui/pull/1752
  13. SimonF's post in Customise Menu in VMS tab was marked as the answer   
    I have created a PR to allow a WebUI to be defined on a VM.
     
    https://github.com/unraid/webgui/pull/1750
  14. SimonF's post in Vm barely usable after changing from amd to intel was marked as the answer   
    Install tips and tweeks and make sure Governor is Performance.
     

  15. SimonF's post in am i stupid was marked as the answer   
    You would need a monitor connected to igpu. Also a keyboard and mouse passed to vm.
  16. SimonF's post in how to add M.2 NVMe passthrough manually to VM's XML configuration was marked as the answer   
    The pci devices will in hostdev sections the source will match the pci id i.e. bus=43 slot=00 feature=0
     
    Do you specify a boot order for the boot device in the form view?
     
    post xml.
  17. SimonF's post in VM's is not showing in dashboard was marked as the answer   
    Check it is not hidden. Click on green padlock top right.
     
    Then blue spanner on system part and check not hidden in list that appears.
     

  18. SimonF's post in Won't boot from USB automatically was marked as the answer   
    Do you have fastboot enabled if so disable.
  19. SimonF's post in VPN mistake... oops! was marked as the answer   
    Configs are here
     
    root@computenode:~# ls /boot/config/wireguard/
    peers/  wg0.cfg  wg0.conf  wg1.conf
    root@computenode:~# 
  20. SimonF's post in [SOLVED] VM XML View - Expand Editor was marked as the answer   
    Not currently but have made a PR for the next release to fit window.
     
    https://github.com/unraid/webgui/pull/1704
  21. SimonF's post in Can't see virtiofs share in linux VM was marked as the answer   
    You have to create a mount point in the vm and then mount it.
     
    i.e.
    mkdir /mnt/vmShare
    mount -t virtiofs vmShare /mnt/vmShare
  22. SimonF's post in Connecting UNRAID VM serial ports to 2 VMs on the same UNRAID server was marked as the answer   
    I have been able to get this to work.
     
    To get socat for 6.12 do, if extra does not exist mkdir /boot/extra
    cd /boot/extra wget https://slackware.uk/slackware/slackware64-15.0/slackware64/n/socat-1.7.4.3-x86_64-1.txz installpkg socat-1.7.4.3-x86_64-1.txz  
    For next release will need to be 1.8 this version is not compatible with 6.12.
    wget https://mirrors.slackware.com/slackware/slackware64-current/slackware64/n/socat-1.8.0.0-x86_64-1.txz  
    You only need to install once downloaded. Packages in extra get loaded at boot.
     
    This is the XML added to each VM.
     
    Debian
        <serial type='unix'>
          <source mode='bind' path='/tmp/foo'/>
          <target type='isa-serial' port='1'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial1'/>
        </serial>
     
    Unraid-VM
        <serial type='unix'>
          <source mode='bind' path='/tmp/foo2'/>
          <target type='isa-serial' port='1'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial1'/>
        </serial>
     
    Then run -dd is only to give debug data.
     
    root@computenode:/usr# socat -dd  UNIX-CLIENT:/tmp/foo  UNIX-CLIENT:/tmp/foo2  
    2024/04/13 08:22:30 socat[17649] N successfully connected from local address AF=1 "\0\0\xEE\0\0\xEE\0\0"
    2024/04/13 08:22:30 socat[17649] N successfully connected from local address AF=1 "\0\0\xEE\0\0\xEE\0\0\xEE"
    2024/04/13 08:22:30 socat[17649] N starting data transfer loop with FDs [5,5] and [6,6]
     
     

  23. SimonF's post in Enabling VM Service causing USB Flash Drive to go offline was marked as the answer   
    Is this your flash drive?
     
    Bus 001 Device 005: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50
     
    You have it defined in the JasonVM.
     
    mv /usr/local/sbin/qemu /usr/local/sbin/qemu.old
     
    This will allow you VM manager and the VMs will not autostart.
     
    edit the VM to remove this section.
     
    <hostdev mode="subsystem" type="usb" managed="no">
    <source startupPolicy="optional">
    <vendor id="0x0951"/>
    <product id="0x1666"/>
    </source>
    <address type="usb" bus="0" port="1"/>
    </hostdev>
     
    mv /usr/local/sbin/qemu.old /usr/local/sbin/qemu
     
    Now you should be able to start your VMs.
     
     
     
  24. SimonF's post in Activate - De-Activate Product Key was marked as the answer   
    License is tied to the usb flash boot drive. So you can clear config and move to a different machine.
  25. SimonF's post in Linux VM crashing server was marked as the answer   
    rename /usr/local/sbin/qemu and the VM will not be able to start. You will be able to remove from the gui. But remember to rename back.

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.