mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #314] Remote Desktop - not able to take on another machine #150
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bhalajisw on GitHub (Jul 31, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/314
hi,
I can take remote desktop or control only if the server code is running on a host. No support to run the server code on another client and perform RAT operations.
@ghost commented on GitHub (Jul 31, 2015):
@bhalajisw When you say running the Server on another client, are you talking about on a Virtual Machine?
@ghost commented on GitHub (Jul 31, 2015):
@bhalajisw Also, could you elaborate a little more about the issue you are having? More specific information such as 'Keyboard input isn't working' or 'The screen capturing isn't working'.
@bhalajisw commented on GitHub (Jul 31, 2015):
Hi,
I want server code to be able to run on any machine. Client connects to host. But i can connect all clients only when i run server app on that host alone. Server code should have flexibiluty to run and take remote desktop anywhere. Eg. Like teamviewer.
@ghost commented on GitHub (Jul 31, 2015):
Set up a DNS https://freedns.afraid.org/ and point it towards your IP address
@bhalajisw commented on GitHub (Aug 1, 2015):
Hi d3agle,
This is my scenario - I want that client app to be run on several clients pointing to a server. Server app should be able to run on any client application and connect the remote machines.
Running Server application on any machine not only on the host machine.
A more simple is i want this remote desktop to be used like teamviewer like anywhere conecting.
@MaxXor commented on GitHub (Aug 1, 2015):
xRAT doesn't work like this. The Server is meant to be run on a stationary host, which acts as a controller for the Clients. Just use a dynamic DNS service and point your domain to other machines if you want to switch the host.