Developed by blstmo @ blstmo.com
Discord: blstmo
Join our community: https://discord.gg/wkgx7Bf2Yt
Hypervisor doesn't remove all VPS instances on crash or stopNo port checking on startup, preventing VPS restart when hypervisor stops- Network speed limiting not implemented
Current instances list not functioning
- No limit on number of hypervisors, can lead to resource overuse
- Added comprehensive network metrics collection for VPS instances
- Implemented real-time network traffic monitoring (RX/TX bytes and packets)
- Added network speed calculations (bytes/sec) for both upload and download
- Enhanced metrics logging for better debugging and monitoring
- Added multiple fallback methods for network statistics collection
- Implemented QMP (QEMU Machine Protocol) based network monitoring
- Added direct process statistics monitoring through /proc filesystem
- Enhanced metrics caching for accurate speed calculations
- Resolved network metrics collection in user-mode networking
- Improved network device detection reliability
- Added better error handling for network statistics collection
- Implemented VPS power management controls (Start, Stop, Restart)
- Added real-time status polling for VPS instances
- Improved VPS state visualization with status badges
- Enhanced error handling for power management operations
- Fixed VPS status tracking during power state transitions
- Resolved websocket connection issues during power operations
- Improved VNC console reconnection behavior
- Added proper error messaging for failed operations
- Added loading states for all power management actions
- Updated status badge colors to reflect different VPS states
- Enhanced error notifications and user feedback
- Improved button visibility based on VPS state
- Removed frontend API routes in favor of Next.js Server Actions for improved security and performance
- Migrated all API calls to server-side functions
- Added progress tracking for VPS creation process
- Improved error handling and state management
- CreateVPSForm: Removed direct API calls, added progress tracking
- VPSList: Migrated to server actions, improved error handling
- VPSDetail: Removed frontend API dependencies, added better state management
- All delete/create operations now handled through server actions - delete actions are for future functions
- API keys and sensitive configuration now handled server-side only
- Removed client-side exposure of backend API endpoints
- Better error handling and validation on server side