Server (on Ubuntu 20.04): NoMachine Enterprise Terminal Server version: 7.6.2 ( ConnectPolicy is set to autocreate=1)
Client(on CentOS 8): NoMachine Enterprise Client version: 7.6.2
simple test.nxs file is created as,
Run command, nxplayer –session test.nxs –new-session, after entering the password, a new virtual desktop session is started. When the same command is run at another terminal, I expect to see two sessions are created under the same user account. However, the first session is kicked out and a new session is created (from server-side, the first tcp connection is closed and a new tcp connection is created).
How to create multiple virtual desktop sessions under the same user account automatically via script. Any help is greatly appreciated.