cPanel-Mobile — springmusk.dev

README.md files (124)

// project

cPanel-Mobile

A Flutter app to manage your cPanel hosting account from your phone

0 stars 0 forks Watching: 0 Open issues: 0
  • Dart
  • MIT License
  • Updated Feb 12, 2026
Open on GitHub

cPanel Mobile Manager

A Flutter app to manage your cPanel hosting account from your phone. Built entirely through vibe coding with AI.

Disclaimer: This project is not affiliated with, sponsored by, endorsed by, or in any way officially connected to cPanel, LLC. cPanel® is a registered trademark of cPanel, LLC. This is just a personal project made for fun with AI models — nothing more.

What it does

Connects to your cPanel account via the UAPI and lets you manage things like:

  • Dashboard — disk, bandwidth, email, domain counts at a glance
  • Email — accounts, forwarders, autoresponders
  • Domains — subdomains, addon domains, aliases
  • File Manager — browse, create, edit, rename, copy, move, compress, extract, permissions
  • Databases — MySQL databases, users, privileges
  • DNS — zone editor with A, AAAA, CNAME, MX, TXT records
  • FTP — accounts, sessions, passwords, quotas
  • SSL/TLS — certificates, keys, CSR generation, self-signed certs
  • Cron Jobs — scheduled tasks with quick presets
  • Backups — create full account backups
  • IP Blocker — block IPs and CIDR ranges
  • PHP Version — switch PHP per domain
  • Directory Privacy — password-protect folders
  • Metrics — bandwidth, resource usage, error logs, visitor stats

Setup

  1. Clone the repo
  2. Run flutter pub get
  3. Run flutter run

Login with your cPanel hostname, username, and password. The app uses the standard cPanel port 2083 over HTTPS.

Requirements

  • Flutter 3.x
  • A cPanel hosting account with UAPI access

Tech

  • Flutter + Dart
  • Provider for state management
  • cPanel UAPI (no scraping, no hacks — just the official API)

Vibe Coded

This entire app was vibe coded. See vibes.md for details.

⚠️ Vibophobia Disclaimer

This codebase was generated through conversational AI prompting (a.k.a. vibe coding). If that bothers you — that's okay. You don't have to use it. No feelings will be hurt.

This project exists because building things is fun, and AI makes it faster. Judge the output, not the process.

License

MIT — do whatever you want with it.

main Dart 0 Updated Feb 12, 2026 springmusk.dev

UnityRenderer

Educational project demonstrating IL2CPP runtime interaction from native C++ on Android

  • C++
10 5 project

AntiBloater

Antibloater is an Android application designed to streamline the process of removing bloatware apps from your device. It establishes a local ADB connection to execute commands selected by users for removing unwanted pre-installed apps.

  • Kotlin

Open-Monitor-YT

Open Monitor YT is a self-hostable, fully open-source YouTube competitive intelligence platform

  • TypeScript