# Open source remote desktop control

Developed with Rust, RustDesk is an open source remote desktop application that you can host on your own server. Offering remote access and control, this software creates an alternative solution to paid services such as TeamViewer.

- ★ 120,872
- Rust
- GitHub Trending · 2026-08-15

## What you get
- Possibility of hosting on your own server
- Complete control over data
- Ready-made solution that requires no additional configuration

## Installation
**VCPKG installation**

```
git clone https://github.com/microsoft/vcpkg
cd vcpkg
git checkout 2023.04.15
cd ..
vcpkg/bootstrap-vcpkg.sh
export VCPKG_ROOT=$HOME/vcpkg
vcpkg/vcpkg install libvpx libyuv opus aom
```


## If you don't write code
I want to establish a remote desktop connection using RustDesk. How can I configure my own server to ensure my data security and what are the basic security settings I should pay attention to during connection?

## Related dictionary terms

## Links
- GitHub repository →
- Read in Turkish →

---
Source: TreScout Discover · https://trescout.com/en/discover/rustdesk/
