https://github.com/qol-tools/pointzerver
Rust server for remote PC control
https://github.com/qol-tools/pointzerver
linux macos windows
Last synced: 6 months ago
JSON representation
Rust server for remote PC control
- Host: GitHub
- URL: https://github.com/qol-tools/pointzerver
- Owner: qol-tools
- Created: 2026-01-11T10:17:36.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-01-11T16:56:16.000Z (6 months ago)
- Last Synced: 2026-01-11T17:54:58.537Z (6 months ago)
- Topics: linux, macos, windows
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Headless server for remote PC control from mobile devices
## Platform Support
- [x] Linux
- [x] macOS
- [x] Windows
## Overview
PointZerver is a Rust daemon that enables remote control of your PC from mobile devices. Works with [PointZ](https://github.com/qol-tools/pointz) mobile app.
## Installation
### As a qol-tray plugin
Install via the [qol-tray](https://github.com/qol-tools/qol-tray) Plugin Store, or manually:
```bash
git clone https://github.com/qol-tools/plugin-pointz ~/.config/qol-tray/plugins/plugin-pointz
```
### Standalone
```bash
make install
```
## Usage
When running standalone:
1. Start the server: `pointzerver`
2. Launch [PointZ](https://github.com/qol-tools/pointz) on your phone
3. The app auto-discovers and connects to the server
## Building
```bash
make build # Debug build
make release # Release build
make run # Build and run
make test # Run tests
```
## Ports
| Port | Protocol | Purpose |
|-------|----------|-------------------|
| 45454 | UDP | Discovery |
| 45455 | UDP | Command/Control |
| 45460 | HTTP | Status API |