Repair shops & power users:
one USB bench for every phone.

Install PhoneForge on your computer, plug in a phone via USB, and control it from localhost:8742. This website handles accounts and billing — USB control stays on your machine. No cloud uploads of WiFi passwords or photos.

Android + iOS USB Connected Local-First Private & Local Secure HTTPS Bench Reports Screen Mirror Repair Shop Ready
2 platforms
One dashboard
$5/mo
Full Pro access
0 uploads
Data stays local
Local USB
Your computer

What is PhoneForge?

PhoneForge is a companion app that runs on your computer and connects to your phone over USB. Sign in from any device, open the dashboard in your browser, and control your phone in real time — without cloud uploads or third-party data harvesting.

📱 Device Dashboard

Live battery, storage, RAM, model info, and a phone preview that updates in real time.

🔗 Device Accounts

View linked accounts and WiFi networks on your device. Clear reporting on what your phone allows over USB.

⚙️ Settings Control

Toggle WiFi, Bluetooth, brightness, volume, and edit system settings — on Android. View-only on iOS.

📦 App Manager

Browse all installed apps, launch or uninstall user apps (Android), view versions and bundle IDs.

📁 File Browser

Navigate phone storage, browse photos and downloads directly from your laptop.

🛠 Power Tools

Screenshots, reboot, shutdown, remote text input, and URL launching.

📺 Screen Mirror

Low-FPS live preview in the browser — enough to verify UI state during repairs or parent checks.

📋 Bench Reports

One-click HTML diagnostic reports with battery, storage, apps, and notifications — hand to customers or QA.

🏷 Device Nicknames

Label vault phones ("Sarah's iPhone", "Ticket #4421") with repair notes stored in your account.

PhoneForge vs. scattered ADB tools

Stop juggling command-line ADB, iTunes, and file browsers. PhoneForge is the bench dashboard repair shops and families actually open in a browser.

CapabilityRaw ADB / iTunesPhoneForge
Remote browser access❌ Local only✅ HTTPS dashboard from any device
Multi-phone vault❌ Manual serials✅ Nicknames, notes, limits per plan
Bench HTML report❌ DIY scripts✅ One click
Screen mirror in browser❌ Extra apps✅ Built-in (~1 FPS)
Android notifications⚠️ dumpsys hacks✅ Parsed panel
Scheduled reboot/backup❌ cron + scripts✅ In-dashboard scheduler
iOS + Android unified❌ Separate tools✅ One UI

🎬 Demo

Screen mirror, bench reports, and notification panels are live in the dashboard under Bench. Plug in a phone, open /d, and try Premium during your free trial.

Honest Limitations

We don't overpromise. Here's exactly what PhoneForge can and cannot do — by platform and by Apple's/Android's security rules.

🤖 Android (with USB Debugging)

  • Full device info, settings control, app management
  • WiFi password retrieval (varies by Android version)
  • Screenshots, reboot, file browsing, text input
  • App/website passwords are NOT accessible (encrypted vault)
  • Requires Developer Options + USB Debugging enabled

🍎 iPhone (with Trust enabled)

  • Device info, installed apps, linked Apple ID
  • Reboot, shutdown, limited file access (AFC)
  • Screenshots require Developer Mode (iOS 17+)
  • Cannot change WiFi, brightness, or most settings
  • Keychain passwords permanently locked by Apple
  • No jailbreak required — works on stock iOS

🔒 Why we can't show app passwords

Both Google and Apple store website/app passwords in hardware-encrypted vaults. No legitimate USB tool can read them — and any tool claiming otherwise is lying or requires a jailbreak/root. PhoneForge shows you everything that's actually accessible and explains what's locked.

Setup Guide

PhoneForge runs on one computer — the machine your phone plugs into. Every other device just opens a link in the browser. Follow the guide for your platform below.

🖥️

USB computer

Install once. Run PhoneForge while your phone is plugged in. This is the only machine that needs scripts or Python.

📱

Phone / tablet / other PC

No install. Open your dashboard link, sign in, and view or control the phone connected to the USB computer.

🔗

Your links

Bookmark (USB PC): http://localhost:8742/d

Share (any device): https://phoneforge.net/d

1 Create account
2 Install on USB PC
3 Plug in phone
4 Open dashboard

Install on the USB computer

Requires Python 3.8+. Pick your operating system:

  1. Get the PhoneForge folder on your Mac (Downloads, Desktop, or anywhere).
  2. Open Terminal (Spotlight → type “Terminal”).
  3. Go to the folder:
    cd ~/Downloads/PhoneForge
    Change the path if your folder is somewhere else. Type ls to confirm you see phoneforge.py.
  4. One-time install (downloads Python packages + Cloudflare tunnel tool):
    python3 phoneforge.py install
    Or run ./install.sh — same thing. First run may take 1–2 minutes.
  5. Start PhoneForge on this computer:
    python3 phoneforge.py start
    Runs on your Mac — not the PhoneForge owner’s laptop. Keep Terminal open while using the dashboard.
  6. Bookmark http://localhost:8742/d on the USB computer — each user’s link points at their own machine.
  7. Android on Mac: install ADB with brew install android-platform-tools (optional if you only use iPhone).
  8. iPhone on Mac: plug in, unlock, tap Trust This Computer. iOS works out of the box on macOS.
  1. Install Python 3.8+ from python.org. On the installer, check “Add python.exe to PATH”.
  2. Open Command Prompt in the PhoneForge folder (Shift + right-click → “Open PowerShell window here” or cd manually).
  3. Verify Python:
    python --version
  4. One-time install:
    python phoneforge.py install
    Or double-click install.bat.
  5. Start PhoneForge:
    python phoneforge.py start
    Or double-click launch.bat. Leave the window open while your phone is plugged in.
  6. Bookmark http://localhost:8742/d in your browser.
  7. Android: install Android Platform Tools and add adb to your PATH.
  8. iPhone: install iTunes or Apple Devices app so Windows can see the phone over USB. Full iOS features work best on Mac.
  1. Install dependencies (Debian/Ubuntu example):
    sudo apt update && sudo apt install -y python3 python3-pip android-tools-adb
  2. Go to PhoneForge folder:
    cd ~/PhoneForge
  3. One-time install:
    python3 phoneforge.py install
    Or ./install.sh
  4. Start PhoneForge:
    python3 phoneforge.py start
    Or ./launch.sh
  5. Bookmark http://localhost:8742/d.
  6. iPhone on Linux: limited — Android is fully supported. Use a Mac for best iOS experience.

📋 Script reference

CommandWhat it doesWhen to use
phoneforge.py installInstalls Python deps + cloudflared tunnelOnce per computer
phoneforge.py startStarts server locally onlySame-network access, no public URL
phoneforge.py start --publicOptional tunnel to your USB PC from elsewhereAdvanced — not required for normal use
phoneforge.py statusShows if server is running and your linksTroubleshooting
./launch.shSame as start (Mac/Linux)Shortcut
./expose.shSame as start --public (Mac/Linux)Shortcut

Phone setup

🤖 Android

  1. Settings → About Phone → tap Build Number 7 times
  2. Settings → Developer Options → enable USB Debugging
  3. Plug in USB cable → choose File Transfer mode
  4. On phone, tap Allow when the RSA fingerprint prompt appears

🍎 iPhone

  1. Plug in with USB cable and unlock your phone
  2. Tap Trust This Computer → enter passcode
  3. Keep phone on home screen while connected
  4. For screenshots (iOS 17+): Settings → Privacy & Security → Developer Mode

FAQ

Do I need to install PhoneForge on every computer?

Only on the computer where the phone plugs in via USB. Sign up and log in work from any browser on phoneforge.net — no install needed for that. Each user runs PhoneForge on their own PC or Mac; your phone never connects through someone else’s laptop.

What’s the difference between launch.sh and expose.sh?

launch.sh (or start) runs PhoneForge locally at localhost:8742. expose.sh (or start --public) does that plus creates a free HTTPS link so you can open the dashboard from another phone or PC. Use --public unless you only need same-WiFi access.

What is the official website URL?

https://phoneforge.net is the public site (accounts, pricing, docs). Your personal dashboard is always localhost:8742/d on the machine with the USB cable — install and run PhoneForge there after you sign up.

Login says “request failed” — what do I do?

Login uses the cloud API at https://api.phoneforge.net — not your laptop. If login fails, the API may still be starting up; wait a minute and hard-refresh (Cmd+Shift+R). You do not need PhoneForge running locally to create an account. After login, install PhoneForge on your USB computer to control a phone.

Are WiFi passwords saved to my account?

No. WiFi data is read live from the phone plugged into the USB computer. It is never stored on our servers or synced across your browsers.

Can I log in on multiple devices at once?

Yes. Each browser keeps its own session. Log in on your laptop, phone, and tablet — all can view the dashboard while PhoneForge runs on the USB computer.

PhoneForge stopped — what now?

PhoneForge stops when you close the terminal or press Ctrl+C on your USB computer. Run python3 phoneforge.py start again there. Your cloud account is unchanged.

Can I customize the look and feel?

Yes — click the ⚙️ button in the nav or dashboard to open Preferences. Choose dark/light/system theme, accent colors, font size, auto-refresh interval, privacy options, and more. Settings are saved in your browser.

Why pay for PhoneForge?

Free tools scatter ADB commands, iOS utilities, and file browsers across a dozen apps. PhoneForge unifies everything in one polished dashboard — with remote access, multi-device support, and honest security reporting.

⏱️

Save hours every week

Manage battery, storage, apps, files, and settings from your laptop keyboard. Stop picking up your phone for every small task.

Productivity
🌐

Control from anywhere

Phone stays plugged into your home computer. You open the dashboard from work, a tablet, or another PC — no reinstall on those devices.

Remote access
📱

Multiple phones, one account

Pro supports 1 registered device. Premium supports up to 10 — perfect for families, testers, resellers, or anyone with a phone fleet.

Multi-device
🔒

No cloud data harvesting

Unlike shady phone spy tools, PhoneForge runs on your computer. Photos, messages, and files never upload to our servers.

Privacy-first
🛠️

Power tools included

Screenshots, reboot, shutdown, remote typing, URL launch, WiFi visibility, app management — all in one place, both Android and iOS.

Pro toolkit
📊

Activity & accountability

See who logged in, from which machine, and when phones were connected. Know exactly what's happening on your account.

Audit trail

Less than a coffee per month

Pro starts at $5/month — or $50 lifetime (pay once, use forever). Premium at $10/month unlocks 10 phones for power users and families.

Compare that to juggling separate ADB tools, iOS backup utilities, and remote desktop workarounds — PhoneForge pays for itself the first time you use it.

  • Unified Android + iPhone dashboard
  • Browser access from any device
  • Honest limits — we tell you what's locked
  • Lifetime option — no subscription trap
  • Stripe billing — cancel anytime
  • Deep customization — themes, accents, layout

Built for real workflows

👨‍👩‍👧

Parents

Check kids' phone storage, apps, and battery from your laptop while devices charge overnight.

🔧

Repair shops

Run diagnostics, screenshots, and app audits on customer phones without a pile of separate tools.

🧪

App testers

Premium's 10-device vault lets you rotate test phones and monitor all of them from one dashboard.

🏠

Remote workers

Leave your phone plugged in at home. Check messages, files, and status from your office browser.

📸

Content creators

Grab screenshots, browse camera rolls, and manage storage without interrupting your workflow.

🔐

Security-conscious users

See which WiFi networks and accounts are on a device — with clear reporting on what USB can and can't access.

PhoneForge vs. the alternatives

FeaturePhoneForgeRaw ADB / scattered tools
Android + iOS in one UI✓ Yes✗ Separate tools
Browser dashboard✓ Any device✗ Terminal only
Remote access✓ Built-in tunnel✗ Manual setup
Multi-phone accounts✓ 1 or 10 phones✗ One at a time
Activity log✓ Login audit✗ None
Data stays local✓ On your PC✓ Usually
Polished UI + themes✓ Full customization✗ CLI / ugly
Honest security limits✓ Transparent✗ Often overpromise
Finally one dashboard for both my Pixel and my kid's iPhone. I check storage and apps from my laptop while they sleep.— Parent / Pro user
Premium's 10-device limit is perfect for our test lab. Way cheaper than building this ourselves.— QA team lead
I paid for lifetime in minutes. No subscription, full access, and my data never leaves my Mac.— Privacy-focused developer

Pricing

Every plan includes full dashboard access — device control, apps, files, credentials, power tools, remote browser login, and unlimited customization. Pick how many phones you need.

Every new account includes a 7-day free trial — full Pro access, no card required at signup.

PhoneForge Pro

Standard access · 1 device

Monthly

$5
per month
  • Full dashboard + power tools
  • Android + iOS in one UI
  • Remote browser access
  • WiFi & account visibility
  • 1 registered phone
  • Themes & full customization
  • Cancel anytime

Lifetime

$50
one-time payment
  • Forever access
  • All future updates
  • Log in from any device
  • 1 registered phone
  • Never pay again

PhoneForge Premium

Everything in Pro · up to 10 devices · double the price

Monthly

$10
per month
  • Everything in Pro
  • 10 registered phones
  • Ideal for families & QA labs
  • Activity log & audit trail
  • Priority feature updates
  • Remote access for whole team
  • Cancel anytime

Lifetime

$100
one-time payment
  • Forever Premium access
  • All future updates
  • Unlimited registered phones
  • Remove & swap devices anytime
  • Log in from any device
  • Never pay again

🌐 Your account, anywhere

Sign in from any browser on any computer or phone — no install on those devices. PhoneForge only needs to run on the one machine with the USB cable. That computer runs the app; everyone else just opens your dashboard link.

Pro supports 1 registered phone. Premium supports up to 10. Your activity log shows recent logins and device connections.

Secure & trustworthy

PhoneForge is served at https://phoneforge.net with HTTPS encryption via Cloudflare. Your account password is hashed on our server; phone data (photos, messages, files) never leaves the USB computer.

Build trust with your users: