Skip to content

Remote control (/botify)

You can control your streaming machines remotely straight from Discord — without logging into the machine — using the /botify command of the official bot.

It is enabled by default on every machine in streaming mode as soon as you are signed in to Botify: nothing to configure. Each machine is identified by its hardware fingerprint (HWID), so you only see and control your own machines.

How it works

  1. You run a /botify command on the Discord server.
  2. The order is queued server-side; your machine picks it up in ~2 seconds, runs it, then sends the result back to Discord.
  3. The responses never contain tokens, cookies or credentials — secure by design.

The commands

CommandEffect
« Statut » (Status)State of the machine (idle / streaming) and number of active workers.
« Stats »Streams, listening time, accounts created, verifications — for today, yesterday and in total.
« Démarrer » (Start)Starts streaming on the machine.
« Arrêter » (Stop)Clean shutdown of streaming.
« Arrêt forcé » (Force stop)Cuts it off immediately (use if the machine no longer responds).
« Vérifier les comptes » (Verify accounts)Runs a fresh verification of all accounts.
« Logs »Returns the last N logs from the machine.
« Ping »Liveness test (is the machine online?).

Security & availability

  • Per-account isolation: you can only control machines linked to your Botify account (HWID + server-side isolation).
  • No sensitive data is transmitted: the results never expose tokens, cookies or passwords.
  • A machine that is offline or signed out does not respond (status unavailable).
  • Remote control is switched off automatically if you sign out of Botify on the machine.