How can this software be set up for simultaneous use by multiple users? #3452
drwslacy47
started this conversation in
General
Replies: 1 comment 2 replies
-
with a standard built-in ui, no, its a single-user interface. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to run this software on a single host but provide the ability for multiple users to each use their own instance of the UI. How can I do this? What would happen if I launched a single instance of the UI and then different users access it at the same IP address and port the UI is running on? Will this work? Or is there some way to create a common server process (perhaps using the --api_only switch) and then somehow have some sort of client UI communicate with the server?
Beta Was this translation helpful? Give feedback.
All reactions