Infinity Panel is a powerful and user-friendly management panel designed for seamless server deployment and control. It provides an intuitive interface for users to efficiently manage their services.
- 🚀 Easy Server Management
- 🔐 Secure Authentication
- 📊 Real-Time Monitoring
- 🐳 Docker Support
- 🔗 API Integrations
Before installing Infinity Panel, ensure you have the following installed on your system:
- Git
- Docker & Docker Compose
- Node.js & npm
- PHP & Composer
- MySQL or PostgreSQL
Click to Copy
git clone https://github.com/GlitchBoyopyt/Infinity_Links.git
cd Infinity_Links
Copy the example environment file and configure it according to your setup:
cp .env.example .env
nano .env # Edit database credentials and other settings
cd backend
composer install
php artisan key:generate
php artisan migrate --seed
cd ../frontend
npm install
npm run build
If you prefer using Docker for deployment:
docker-compose up -d
php artisan serve # Start Laravel backend
npm run dev # Start Vue frontend
For production deployment, consider using:
- Vercel / Netlify for the frontend
- DigitalOcean / AWS / VPS for the backend
- Nginx / Apache as a reverse proxy
Pull requests are welcome! Feel free to fork the repository and submit improvements.
This project is licensed under the MIT License.
For support, reach out via GitHub Issues or contact the project owner.