Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.33 KB

RemoteControlMe

A WIP web app to allow users to remote control you on VRChat

Screenshot

Please note that this does not portray a finished application

Screenshot

Requirements

How to build

git clone https://github.com/Jilwer/RemoteControlMe
cd ./RemoteControlMe
go build

Usage

  1. To configure, either modify config.example.toml to your preferences and rename it to config.toml, or run the program once to generate a default configuration file which you can then adjust as needed before restarting the application.

  2. Run your compiled binary Ex: RemoteControlMe.exe

  3. Your remote is now hosted locally!

  4. I suggest using Cloudflare tunnels to get online publicly

    • Install from the above link
    • For a quick tunnel with a randomly generated subdomain domain run cloudflared tunnel --url localhost:8080
    • To link it to your own domain follow this guide: Configure Tunnels

Powered By