Loading
Back to projects

2025 — Now

PrivateBOT

Telegram Userbot Platform

A multi-client Telegram userbot platform — one manager bot, personal userbots, and 153 plugin modules.

Overview

PrivateBOT is a multi-client Telegram userbot platform. A manager bot (@Frizv2Bot) handles registration and admin, then each user runs a personal userbot on their own Telegram account with a large plugin catalog.

Unlike a normal bot chat, commands run from your account with a custom prefix — so automation happens where you already talk every day.

At a glance

Manager bot
@Frizv2Bot
Owner
FRIZ (@oFriz)
Version
v3
Modules
153 plugins
Channel
@Legacyp
Active slots
~100 userbots

How it works

  • Userbot, not a regular bot

    Commands run from your account with a custom prefix, not only inside bot chat.

  • Full module access

    Once the userbot is active, the plugin set is available for day-to-day automation.

  • Owner-gated access

    Request access from the owner, then register your userbot through the manager bot.

  • Slot-limited

    Around 100 active userbots can run at the same time for stability.

How to register

Ask the owner for access first, then create your userbot. Official tutorial is also available from the bot's TUTORIAL button.

A. Request access

  1. Open @Frizv2Bot and send /start.
  2. Tap Request Access.
  3. Bot redirects you to chat the owner (@oFriz).
  4. Follow the bot text and wait until access is activated.

B. Create the userbot

  1. After access is granted, send /start again or tap Register / Start Userbot.
  2. Share your own Telegram contact (your number).
  3. Enter the Telegram OTP with spaces, e.g. 1 2 3 4 5.
  4. If 2FA / Cloud Password is on, enter that password.
  5. Wait while the bot builds the session, loads plugins, issues a token, and shows active period + prefix.

C. After it's active

  • Check Status, Token, Restart, and reset options in the bot menu.
  • In Saved Messages / any chat, use your prefix — e.g. .help.
  • Token can be used for migrate/reinstall (limited claims, bound to owner).

Never share OTP, session, 2FA password, or token with anyone.

Full catalog

153 modules pulled from the live plugin source, with commands and usage. Tap a module to expand.

Showing 153 modules

Utility modules

Internal / owner utilities without public help text.

  • BgRemove (bgremove.py)
  • Dalle (dalle.py)
  • Format (format.py)
  • Genai (genai.py)
  • ImgEdit (imgedit.py)
  • owners (owners.py)
  • ping (ping.py)
  • qris (qris.py)
  • Remini (remini.py)
  • Starnest (startnest.py)

Tips

  • Every userbot command uses your prefix (often .). Change it in Settings / Prefix.
  • Send .help for the inline module menu — favorites stay pinned at the top.
  • Keep your OTP, 2FA password, session, and token private. Tokens can be claimed a limited number of times.
  • For broadcasts, use blacklist so sensitive chats stay out of the run.
  • Many commands accept a reply to a message or text arguments — check each module card.
  • Server access may require joining support channel @Legacyp.

Stack

Python · Telethon · Telegram API · Plugin architecture

Links