NoxPanel Documentation ====================== **NoxPanel** — Panel profesional de gestión de infraestructura cloud NoxPanel es una plataforma modular de gestión que incluye: - **VPS & VMs**: Gestión completa de máquinas virtuales con Proxmox - **Hosting compartido**: Panel cPanel-like (sites, DNS, mail, FTP, SSL) - **Facturación**: Suscripciones, facturas, Stripe, PayPal, export JSON para ERP/CRM - **Tickets / Helpdesk**: Sistema completo con IMAP, OAuth2 (Microsoft/Google), SLA .. toctree:: :maxdepth: 2 :caption: Galería user/screenshots .. toctree:: :maxdepth: 2 :caption: Guía de Usuario user/quickstart user/hosting user/vps user/billing user/tickets .. toctree:: :maxdepth: 2 :caption: Administración admin/overview admin/initial-setup-flow admin/modules admin/tenants admin/notifications admin/whitelabel .. toctree:: :maxdepth: 2 :caption: API REST api/overview api/authentication api/hosting-endpoints api/billing-endpoints api/ticketing-endpoints api/accounts-endpoints api/notifications-endpoints api/kb-endpoints api/dashboard-endpoints api/storefront-endpoints .. toctree:: :maxdepth: 2 :caption: Arquitectura architecture/overview architecture/models architecture/services architecture/security architecture/scaling architecture/ssh-keys architecture/ssl-certificates architecture/mail-system architecture/celery-tasks .. toctree:: :maxdepth: 2 :caption: Despliegue deployment/installation deployment/configuration deployment/upgrade .. toctree:: :maxdepth: 2 :caption: Desarrollo reference/contributing reference/troubleshooting reference/faq Inicio Rápido ------------- .. code-block:: bash git clone https://github.com/ocentelles/NoxPanel.git cd NoxPanel cp env.example .env # Editar .env con tus credenciales docker-compose up -d Acceder al panel en ``https://tu-dominio`` con las credenciales configuradas. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`