There are a couple of interesting bits to get it working: 1. It needs its own url, such as unraid.yourdomain.url (the unraid interface does not run in a directory, such as yourdomain.url/unraid )   2. You don't want to expose unraid's authentication to the internet, let nginx handle the authentication instead (that way fail2ban can lock out failed authentication attempts).  That is a little tricky, because that means nginx has to know how to login to unraid.  This article explains