git404hub

what is 9routemanage fr?

attazkia/9routemanage — explained in plain English

Analysis updated 2026-05-18

33JavaScriptAudience · ops devopsComplexity · 3/5LicenseSetup · moderate

tl;dr

A Node.js tool that bulk adds and manages Google accounts inside a self hosted service called 9Router.

vibe map

mindmap
  root((9routemanage))
    What it does
      Bulk adds accounts
      Checks quota
      Removes depleted accounts
    Tech stack
      Node.js
      Puppeteer
    Use cases
      Account provisioning
      Quota monitoring
      Cleanup automation
    Audience
      Ops teams
      Automation builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Add a large list of Google accounts into 9Router automatically instead of one at a time.

VIBE 2

Check the remaining usage quota across all connected accounts from one menu.

VIBE 3

Automatically find and remove accounts that are depleted or have expired authentication.

VIBE 4

Run several browser workers in parallel to add accounts faster.

what's the stack?

Node.jsPuppeteerJavaScript

how it stacks up fr

attazkia/9routemanagebrennanconroy/shootrmkmukesh1319-ux/todo-list
Stars333333
LanguageJavaScriptJavaScriptJavaScript
Last pushed2022-04-10
MaintenanceDormant
Setup difficultymoderatehardeasy
Complexity3/53/51/5
Audienceops devopsdevelopervibe coder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires 9Router already running locally with its Require Login setting turned off.

Free to use, modify, and distribute, including commercially, as long as the license notice is kept.

in plain english

9Router AutoLogin Google is a command line tool for bulk adding and managing Google accounts inside a self hosted service called 9Router, specifically for something called the AntiGravity provider. Instead of manually signing in and configuring one Google account at a time through 9Router's own web interface, this tool reads a plain text list of email and password pairs and works through them automatically, using a browser automation library with anti detection features to complete the Google sign in and OAuth steps for each account. Beyond adding accounts, the tool includes a menu for checking how much of a usage quota, tied to a specific AI model, each connected account has left, shown with a simple progress bar and a countdown to when it resets. It can also scan through the full list of accounts and automatically remove any that are fully depleted or whose authentication has expired, after asking for confirmation. A refresh option reloads the current account list from 9Router so the numbers stay up to date. Before running the tool, 9Router itself needs to already be running locally, and a login requirement setting in its dashboard has to be turned off so the tool's requests are accepted. Setup otherwise is standard for a Node.js project: install Node 18 or later, install the project's dependencies, put the account list in a text file, and start the interactive menu. A handful of settings near the top of the two main script files, the target address and the browser window size among them, can be edited directly if the defaults do not fit your setup. The project depends on Puppeteer for browser automation and a stealth plugin meant to reduce the chance that Google's sign in flow detects it as an automated script. The author labels it for personal and educational use and says it should be used at the user's own risk. It is released under the MIT license.

prompts (copy fr)

prompt 1
Walk me through the 9Router setting I need to disable before this tool can connect.
prompt 2
Help me format my akun.txt account list file correctly for this tool.
prompt 3
Explain what the multi worker option does and how many workers is safe to run.
prompt 4
Show me how to change the target 9Router URL in the configuration.

Frequently asked questions

what is 9routemanage fr?

A Node.js tool that bulk adds and manages Google accounts inside a self hosted service called 9Router.

What language is 9routemanage written in?

Mainly JavaScript. The stack also includes Node.js, Puppeteer, JavaScript.

What license does 9routemanage use?

Free to use, modify, and distribute, including commercially, as long as the license notice is kept.

How hard is 9routemanage to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is 9routemanage for?

Mainly ops devops.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.