
TouchToFix
Full remote desktop control â expert can see, point, click, and type on your PC.
Double-click TTFDesk-Setup-1.0.0-win-x64.exe. Windows may show a SmartScreen warning â click "More info" â "Run anyway". The installer asks for Administrator permission (required for keyboard & mouse injection).
Accept the default install path (C:\Program Files\TTFDesk) or choose your own. Click Install â Finish. TTFDesk launches automatically and appears in the system tray (bottom-right near the clock).
Windows Firewall may prompt to allow TTFDesk â click Allow access for both Private and Public networks. This is needed for the WebRTC video stream.
The TTFDesk window opens. Proceed to "Linking Your Session" below.
Double-click the downloaded .dmg file. A window appears â drag TTFDesk into the Applications folder.
Because TTFDesk is distributed outside the Mac App Store, macOS will block it on first launch. In Finder, right-click TTFDesk â Open â Open again in the dialog. You only need to do this once.
Go to System Settings â Privacy & Security â Screen Recording. Toggle TTFDesk on. You will be prompted to quit and relaunch â do so.
Go to System Settings â Privacy & Security â Accessibility. Toggle TTFDesk on. This allows the expert to control your mouse and keyboard.
TTFDesk appears in your Dock and menu bar. Proceed to "Linking Your Session" below.
brew install python3.
TTFDesk uses xdotool to inject mouse and keyboard events on Linux. Install it with:sudo apt install xdotool (Debian/Ubuntu/Mint)sudo dnf install xdotool (Fedora/RHEL)sudo pacman -S xdotool (Arch)
Open a terminal in the download folder and run:chmod +x TTFDesk-1.0.0-linux-x64.AppImage
Double-click the AppImage in your file manager, or from terminal:./TTFDesk-1.0.0-linux-x64.AppImage
If you see a FUSE error, install the compatibility package:sudo apt install libfuse2
Open the TouchToFix mobile app â My Tickets â chat with your assigned expert.
Your expert taps "Request Remote Session" in the chat. You will receive a message containing a Transfer Token and a 6-digit OTP.
Launch TTFDesk on your PC. In Step 1, click the thumbnail of the screen or window you want to share.
In Step 2, paste the Transfer Token and the 6-digit OTP from the chat message, then click Link Session.
Click âļ Start Sharing. Your expert's FixMe Portal will show your screen live.
If you want your expert to control the mouse and keyboard, toggle Allow Remote Control. You can revoke this at any time by toggling it off.
Click â End Session when you're done. TTFDesk minimises to the system tray â right-click the tray icon â Quit to exit completely.
Go to fixme.touchtofix.com in any desktop browser (Chrome, Firefox, Edge, Safari).
Click the đ§ Expert tab. Paste the Transfer Token (from the session you created in the mobile app) and the OTP, then click Connect as Viewer.
Once the customer clicks Start Sharing in TTFDesk, their screen appears in your browser.
Move your mouse over the customer's screen in the browser. Your cursor appears on their screen. Clicking or typing (when customer has enabled control) injects real input on their machine.
| Platform | Minimum | Notes |
|---|---|---|
| Windows | Windows 10 64-bit | Run as Administrator for input control |
| macOS | macOS 11 Big Sur | Screen Recording + Accessibility permissions required; Python 3 must be available |
| Linux | Ubuntu 20.04 / equivalent | X11 session; xdotool installed; libfuse2 on Ubuntu 22.04+ |
| RAM | 4 GB | 8 GB recommended for smooth screen sharing |
| Network | 2 Mbps upload | 5 Mbps+ for HD quality; firewall must allow outbound HTTPS (443) and WSS |
python3 --version. If not found, run brew install python3.sudo apt install xdotool then restart TTFDesk. Ensure you're using an X11 session (not Wayland). On Ubuntu, at the login screen click the gear icon and select "Ubuntu on Xorg".sudo apt install libfuse2 then try again.