Your OctoBot on your computer

Option 1: The executable

1. Download the latest version for your system:
- Windows
- Linux
- MacOS
You can even use OctoBot on Raspberry pie with an ARM64 OS.

2. Start the downloaded executable. OctoBot opens a terminal and installs its configuration environment and the OctoBot management interface opens automatically.

Gérez facilement votre OctoBot via docker dans un conteneur isolé

1. Si vous n'avez pas Docker, installez le sur votre système. Documentations pour Ubuntu, Debian et Raspberry pie.

2. Téléchargez l'image Docker d'OctoBot avec la commande :

  • docker pull drakkarsoftware/octobot:stable

3. Lancez votre OctoBot avec la commande :

  • docker run -itd --name OctoBot -p 80:5001 -v $(pwd)/user:/octobot/user -v $(pwd)/tentacles:/octobot/tentacles -v $(pwd)/logs:/octobot/logs drakkarsoftware/octobot:stable

L'interface de management de votre OctoBot est accessible sur le port 5001 de votre système. http://localhost:5001/ or http://ip-address:5001/

Voir la documentation complète pour l'utilisation d'OctoBot avec Docker

Votre OctoBot est prêt

Les méthodes d'installation d'OctoBot

landing_page.using_the_latest_executable
Avec l'exécutable

Téléchargez et lancez votre OctoBot chez vous.

Ou installez OctoBot directement via son code Python.