[GH-ISSUE #567] Multiple Desktop Connections #327

Closed
opened 2026-02-27 15:49:54 +03:00 by kerem · 2 comments
Owner

Originally created by @chico-depressive on GitHub (Dec 16, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/567

I was thinking, there is any way to connect 2 clients from different desktops from the same machine?

ex: clientDesk1.exe and clientDesk2.exe connected to a server.exe?

Concatenating desktop name with instance mutex should work, but what about the connection?

Originally created by @chico-depressive on GitHub (Dec 16, 2016). Original GitHub issue: https://github.com/quasar/Quasar/issues/567 I was thinking, there is any way to connect 2 clients from different desktops from the same machine? ex: clientDesk1.exe and clientDesk2.exe connected to a server.exe? Concatenating desktop name with instance mutex should work, but what about the connection?
kerem 2026-02-27 15:49:54 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@seventhplug commented on GitHub (Dec 17, 2016):

i think you can do that.. in Client Builder just build 2 different client for 2 different server

Ex.
client 1... change client tag and mutex, connection settings --> connection host.. put the 1 server..
then in the Installation Settings Set the Install directory to System

then create another client with different client tag mutex, connection host put the other server.. then in the installation settings change the install directory to "Program Files" so it wont overwrite the other one.

since the startup is set in the registry and in the scheduler


1 client ----> connecting to 2 monitoring Servers ^_^

i think this will work .. tho i havent tried it yet.. 
<!-- gh-comment-id:267741597 --> @seventhplug commented on GitHub (Dec 17, 2016): i think you can do that.. in Client Builder just build 2 different client for 2 different server Ex. client 1... change client tag and mutex, connection settings --> connection host.. put the 1 server.. then in the Installation Settings Set the Install directory to System then create another client with different client tag mutex, connection host put the other server.. then in the installation settings change the install directory to "Program Files" so it wont overwrite the other one. since the startup is set in the registry and in the scheduler 1 client ----> connecting to 2 monitoring Servers ^_^ i think this will work .. tho i havent tried it yet..
Author
Owner

@MaxXor commented on GitHub (Apr 14, 2017):

Yes, as @seventhplug said. Just change the mutex and installation name (so they don't override each other).

<!-- gh-comment-id:294127039 --> @MaxXor commented on GitHub (Apr 14, 2017): Yes, as @seventhplug said. Just change the mutex and installation name (so they don't override each other).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#327
No description provided.