What is Bot Path? Bot Path is the file-path field that appears throughout Onimator and the OniHelper Suite, telling each tool which installation’s Bot Folder to read from and write to. If you’re running one Onimator installation, you set the path once and forget about it. If you’re running multiple installations — IGBot for Instagram, the Threads bot, the TikTok bot, separate installs for different clients — Bot Path is the field you re-point every time you switch between them.
The distinction between Bot Folder and Bot Path trips people up. Bot Folder is the directory itself — the actual folder on disk holding device registrations, account configurations, session histories, and everything else the install persists. Bot Path is the field inside a tool’s settings that stores the location of that folder. One folder can be referenced by many Bot Path fields across many tools.
Where Bot Path appears
Bot Path shows up in every OniHelper Suite tool that touches installation data. The Suite’s header exposes a Select Bot Folder button that sets the default path all standalone modules inherit. Platform-specific container tabs (Threads Manager, TikTok Manager) each have their own Bot Path field in the top-right of their tab because they typically point at platform-specific installations rather than the suite default.
Post Monitor exposes several Bot Path variants — the main Onimator Bot Path for the standalone install, plus a separate Threads Bot Path field for Threads-specific monitoring. These fields exist as separate slots because Post Monitor commonly gets used against different installations in the same session, and having them as distinct fields prevents accidental cross-installation queries.
Why running multiple installations happens
Common cases where operators end up with multiple Bot Paths to manage:
Platform separation. IGBot for Instagram, Threads bot for Threads, TikTok bot for TikTok — each with its own install and its own folder. Coordination between them (like Threads Manager’s Avoid Conflicts with Instagram Accounts feature) requires you to point the Threads config at the IGBot folder specifically.
Client separation. Agencies running distinct client operations often maintain separate installations per client. Client A’s accounts live in one Bot Folder; Client B’s live in another. Switching between clients means re-pointing OniHelper tools at the correct Bot Path before running bulk operations.
Testing vs production. Some operators maintain a separate installation for testing new configurations before pushing them to their production install. Testing runs against the test Bot Path; validated changes get replicated in the production Bot Path.
The wrong-path failure mode
The most common Bot Path failure is running an OniHelper tool against the wrong installation without noticing. You meant to work with client A’s fleet but the Bot Path field is still pointed at client B from your last session. Bulk operations complete against the wrong accounts. Tag applications, schedule updates, config copies — all writing to the wrong install.
Nothing about the tool warns you that you’re on the wrong Bot Path. Device lists and account lists populate cleanly because they’re valid — they’re just valid for a different installation than you thought you were working with. The mistake becomes visible when you notice tag changes on accounts that shouldn’t have them, or schedules updated for accounts you didn’t intend to touch.
The habit that prevents this: check the Bot Path field before every bulk operation. Takes a second. Prevents the mess of undoing bulk operations you didn’t mean to run.
How Bot Path relates to Bot Folder
Bot Folder is the data. Bot Path is the reference to it. Multiple tools can reference the same Bot Folder through their own Bot Path fields, and they all read and write to the same underlying data. If Tag Manager and Time Manager both have Bot Path pointed at the same folder, any changes Tag Manager makes are visible to Time Manager immediately because they’re operating on shared state.
Copying or moving a Bot Folder to a new location breaks the references — every tool’s Bot Path field still points at the old location, and re-pointing them at the new folder is a manual per-tool operation. This matters for backups and migrations: restoring a Bot Folder to a new machine requires updating Bot Path references across every tool that uses the installation.
Why this matters for automation
Bot Path is the mechanism that makes multi-installation setups tractable. Without per-tool Bot Path fields, you’d need one OniHelper Suite installation per bot install, or you’d have to accept that all your tools operate against a single fixed installation forever. Neither option scales for agencies running multiple clients or operators running cross-platform strategies with multiple bots.
The tradeoff is that you have to actively manage Bot Path state across sessions. Which installation is each tool pointed at right now? Are you sure? A five-second check before bulk operations catches the wrong-path errors that otherwise produce hours of undo work.
Related Terms
- Bot Folder — The actual data directory Bot Path points at
- OniHelper Suite — The bulk-management application where Bot Path appears in most fleet-level tools
- IGBot — The Instagram-specific installation whose Bot Path becomes load-bearing for sibling-bot coordination features