A WIP web app to allow users to remote control you on VRChat
Please note that this does not portray a finished application
git clone https://github.com/Jilwer/RemoteControlMe
cd ./RemoteControlMe
go build
-
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.
-
Run your compiled binary
Ex: RemoteControlMe.exe
-
Your remote is now hosted locally!
-
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