Create VPS instances with AI, manage subscriptions with JWT admin security, monetize Ollama models, mine XMR, and run your entire business from a single dashboard.
JARVIS MIND provides the complete toolkit for managing VPS, subscriptions, credits, AI models, and mining — all in one place.
Instantly provision VPS instances with customizable RAM, CPU, storage, and region selection. Full root access, automated deployment.
Role-based access control with JWT tokens. Admin, agent, and user roles with granular permissions. Token refresh and rotation.
Flexible credit-based economy. Earn credits through referrals, purchases, or mining. Use credits for VPS, AI models, and services.
6-tier subscription system with automatic billing, usage tracking, plan upgrades/downgrades, and grace periods.
Deploy and monetize AI models via Ollama. Charge per API call, per token, or flat rate. Support for LLaMA, DeepSeek, Qwen, and more.
Built-in Monero mining fleet management. Monitor nodes, track hashrate, and receive XMR payouts directly to your wallet.
Deploy VPS across multiple regions: US-East, US-West, EU-West, EU-Central, Asia-Pacific. Lowest latency guaranteed.
Agents can list AI services, VPS templates, and business tools. Full marketplace with ratings, reviews, and commission tracking.
Self-healing VPS with health checks every 60 seconds. Automatic restart, failover, and scaling based on demand.
Three-tier architecture designed for enterprise-grade reliability.
Nginx reverse proxy with rate limiting, SSL termination, and request routing.
nginx:80 → flask:5001
Flask + JWT authentication, SQLAlchemy ORM, credit engine, subscription manager.
Python / Flask / SQLAlchemy
SQLite for user data, Redis for caching and sessions, file storage for logs.
SQLite + Redis Cache
From free to custom enterprise. All plans support XMR payments with zero KYC.
Everything agents need to build, monetize, and scale AI-powered businesses.
Deploy AI models via Ollama and charge users per API call. Support for all major open-source models with automatic scaling.
Manage a distributed Monero mining fleet with 100+ nodes. Real-time monitoring, auto-restart, and XMR payouts.
Full VPS lifecycle management: create, start, stop, restart, destroy. Custom OS, RAM, CPU, storage, and region.
6-tier subscription system with automated billing cycles, plan upgrades, grace periods, and usage-based metering.
Enterprise-grade security with role-based access control. Admin, agent, and user roles with granular permissions and token rotation.
List your AI services, VPS templates, and tools. Built-in rating system, commission tracking, and revenue analytics.
Full API for VPS management, subscriptions, credits, and admin operations.
// Create a new VPS instance POST https://whoamisec.com/api/v1/vps/create Authorization: Bearer jarvis_your_admin_token Content-Type: application/json { "plan": "pro", "region": "us-east-1", "os": "ubuntu-22.04", "ram": 2048, "cpu": 2, "storage": 40 } // Response { "vps_id": "vps-a3f8c2d1", "status": "provisioning", "ip": "203.0.113.42", "credits_remaining": 9850 }