Since Tailscale just launched the services configuration https://tailscale.com/blog/services-beta i was wondering how to run it in Tailscale on unraid. tailscale serve ... is possible only once, otherwise it's possible to run it in background and add more, but this will probbaly not survive a boot. So the best option would be to enable a serv.conf file for that. Adding one to the tailscale.cfg seem not to work SERVE_CONFIG="/boot/config/plugins/tailscale/serve.json" And even if it does, it would be better to integrate it to the GUI. The code in the current version should support it, is there any intention to implement it?