Newbie on relativity server

Hello

As long as the target platform has Mono implementation it can run Relativity Server. However it is better to test it on a real environment because some 3rd part ADO.NET drivers that Relativity uses theoretically can have issues on ARM.
Still if you remember this old thread Relativity Server on a Raspberry Pi - #8 by deksden Relativity was successfully used on ARM.

Well, since the config is just a set of files it can be copied over to a new host. Also there are some APi methods to export/import server configuration.

Relativity provides a DbLoginProvider that can use a database table as user storage. It is rather primitive (f.e. passwords are stored as plain text). We have some plans to improve it and to provide plugin support, yet no ETA here

Currently only data methods are provided. Again, there are plans for plugin support, yet no ETA here too.

Sure it is. Also JS is supported as a client platform too.

Relativity can use DynamoDB to store sessions shared between instances. If your app can handle occasional relogin requests (when it is switched to another instance) you can even use the in-memory session manager w/o any additional setting.
Also you probably will need a reserve proxy that will serve as a gateway relaying requests to several Relativity instances.

PS As you will probably ask this anyway - yes, we were thinking about Relativity in Docker. That said, it should just work as is, but I won’t be able to provide stap-by-step instructions on setting up Docker (still have to learn this)