January 12, 20251 yr I don't have physical access to my server right now and I apparently never installed unraid connect. Is it possible to install community apps via ssh remote access? Namely Unraid Connect so I can have a remote GUI?
January 13, 20251 yr Community Expert Using putty with ssh yo can enable a tunnel that will forward unraids web UI. and then install the plugin via the web UI. I'm not aware of a command or terminal operation to install a plugin.
January 13, 20251 yr Community Expert There are methods for installing plugins (CA is a plugin) manually though terminal (see link), but I suspect you'll hit issues authorising Connect using this method.
January 13, 20251 yr Community Expert 37 minutes ago, tjb_altf4 said: There are methods for installing plugins (CA is a plugin) manually though terminal (see link), but I suspect you'll hit issues authorising Connect using this method. Thank you tjb_altf4 awesome, didn't know, glad to see this Per squid. Quote plugin install /path/to/nameOfplgFile.plg and plugin remove nameOfplgFile.plg You could use the user scripts plugin to schedule it at array start and stop (script something like off the top of my head) echo "/usr/local/sbin/plugin install /path/to/.plgFile" | at NOW + 5 min *But, the plugin when installed after the array is started *should* be saving any download that it has to make so that when it installs during boot it doesn't need to redownload it. (Quick look and it appears that it is)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.