2018-10-04 15:49:25 +00:00
# Quasar
2018-07-03 18:02:25 +00:00
2020-06-05 15:44:08 +00:00
[![Build status ](https://ci.appveyor.com/api/projects/status/5857hfy6r1ltb5f2?svg=true )](https://ci.appveyor.com/project/MaxXor/quasar)
2020-06-05 15:36:32 +00:00
[![Downloads ](https://img.shields.io/github/downloads/quasar/Quasar/total.svg )](https://github.com/quasar/Quasar/releases)
[![License ](https://img.shields.io/github/license/quasar/Quasar.svg )](LICENSE)
2015-05-06 13:45:48 +00:00
2015-08-19 18:01:23 +00:00
**Free, Open-Source Remote Administration Tool for Windows**
2014-07-08 12:27:59 +00:00
2018-10-04 15:49:25 +00:00
Quasar is a fast and light-weight remote administration tool coded in C#. The usage ranges from user support through day-to-day administrative work to employee monitoring. Providing high stability and an easy-to-use user interface, Quasar is the perfect remote administration solution for you.
2015-05-04 15:02:32 +00:00
2023-08-14 19:33:43 +00:00
Please check out the [Getting Started ](https://github.com/quasar/Quasar/wiki/Getting-Started ) guide.
2020-05-23 19:48:40 +00:00
## Screenshots
![remote-shell ](Images/remote-shell.png )
![remote-desktop ](Images/remote-desktop.png )
![remote-files ](Images/remote-files.png )
2018-07-03 18:02:25 +00:00
## Features
2016-07-07 21:22:53 +00:00
* TCP network stream (IPv4 & IPv6 support)
2018-10-21 12:22:31 +00:00
* Fast network serialization (Protocol Buffers)
2023-02-11 17:19:44 +00:00
* Encrypted communication (TLS)
* UPnP Support (automatic port forwarding)
2014-07-08 12:58:53 +00:00
* Task Manager
* File Manager
2015-03-08 17:09:31 +00:00
* Startup Manager
2014-07-08 12:58:53 +00:00
* Remote Desktop
2014-07-23 21:34:52 +00:00
* Remote Shell
2020-05-19 18:57:57 +00:00
* Remote Execution
2014-07-08 12:58:53 +00:00
* System Information
2020-05-19 18:57:57 +00:00
* Registry Editor
* System Power Commands (Restart, Shutdown, Standby)
2015-08-08 16:21:40 +00:00
* Keylogger (Unicode Support)
* Reverse Proxy (SOCKS5)
2015-08-17 11:26:09 +00:00
* Password Recovery (Common Browsers and FTP Clients)
2020-05-19 18:57:57 +00:00
* ... and many more!
2014-07-08 12:58:53 +00:00
2020-05-23 19:48:40 +00:00
## Download
2020-06-05 15:36:32 +00:00
* [Latest stable release ](https://github.com/quasar/Quasar/releases ) (recommended)
2020-06-05 15:44:08 +00:00
* [Latest development snapshot ](https://ci.appveyor.com/project/MaxXor/quasar )
2020-05-23 19:48:40 +00:00
2018-08-16 19:06:44 +00:00
## Supported runtimes and operating systems
2020-05-19 18:57:57 +00:00
* .NET Framework 4.5.2 or higher
2018-08-16 19:06:44 +00:00
* Supported operating systems (32- and 64-bit)
2023-02-11 17:19:44 +00:00
* Windows 11
* Windows Server 2022
2015-07-31 19:50:01 +00:00
* Windows 10
2020-05-19 18:57:57 +00:00
* Windows Server 2019
* Windows Server 2016
* Windows 8/8.1
* Windows Server 2012
* Windows 7
2023-02-11 17:19:44 +00:00
* Windows Server 2008 R2
2020-06-05 15:36:32 +00:00
* For older systems please use [Quasar version 1.3.0 ](https://github.com/quasar/Quasar/releases/tag/v1.3.0.0 )
2015-06-20 19:24:03 +00:00
2018-07-03 18:02:25 +00:00
## Compiling
2020-06-05 15:36:32 +00:00
Open the project `Quasar.sln` in Visual Studio 2019+ with installed .NET desktop development features and [restore the NuGET packages ](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore ). Once all packages are installed the project can be compiled as usual by clicking `Build` at the top or by pressing `F6` . The resulting executables can be found in the `Bin` directory. See below which build configuration to choose from.
2015-03-12 10:03:33 +00:00
2018-07-03 18:02:25 +00:00
## Building a client
2018-08-16 19:06:44 +00:00
| Build configuration | Usage scenario | Description
| ----------------------------|----------------|--------------
2018-11-19 15:44:39 +00:00
| Debug configuration | Testing | The pre-defined [Settings.cs ](/Quasar.Client/Config/Settings.cs ) will be used, so edit this file before compiling the client. You can execute the client directly with the specified settings.
2020-05-19 18:57:57 +00:00
| Release configuration | Production | Start `Quasar.exe` and use the client builder.
2014-07-08 12:58:53 +00:00
2018-07-03 18:02:25 +00:00
## Contributing
See [CONTRIBUTING.md ](CONTRIBUTING.md )
2015-05-04 15:02:32 +00:00
2018-07-03 18:02:25 +00:00
## Roadmap
See [ROADMAP.md ](ROADMAP.md )
2014-07-08 12:58:53 +00:00
2020-05-23 19:48:40 +00:00
## Documentation
2020-06-05 15:36:32 +00:00
See the [wiki ](https://github.com/quasar/Quasar/wiki ) for usage instructions and other documentation.
2020-05-23 19:48:40 +00:00
2018-07-03 18:02:25 +00:00
## License
2020-05-23 19:48:40 +00:00
Quasar is distributed under the [MIT License ](LICENSE ).
2018-10-04 15:49:25 +00:00
Third-party licenses are located [here ](Licenses ).
2015-07-15 17:17:43 +00:00
2018-07-03 18:02:25 +00:00
## Thank you!
2015-08-19 18:01:23 +00:00
I really appreciate all kinds of feedback and contributions. Thanks for using and supporting Quasar!