A cloud (vm) Dashboard that allows you to interact with multiple providers from a single panel. Built on top of Laradminator (Laravel & Adminator)
Please be advised that the dashboard is still very new (BETA) - with many changes happening, and there could be bugs or issues. If you find anything that we missed, open a new issue.
Will be added soon.
Provider | Reboot | Shutdown | Power On | Root Password Reset | Enable Rescue | Disable Rescue | Reinstall OS | Attach ISO | Remove ISO | VNC Console |
---|---|---|---|---|---|---|---|---|---|---|
Hetzner Cloud | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
Vultr | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |||
Scaleway (Paris) | ✔ | ✔ | ✔ | |||||||
Scaleway (Amsterdam) | ✔ | ✔ | ✔ | |||||||
Digital Ocean | ✔ | ✔ | ✔ | ✔ |
- Auto update functionality vmDash from Github releases
- Server monitoring plugin (reports uptime, and state of machine and notifies user)
- Multi-user environment
- Graphs from supported providers
- Adding a dashboard overview page (for VM Hobbyists & Collectors with maps, insights and statistics)
- Adding additional providers
- Improve code
- A Webserver
- A Database Server (Mysql or MariaDB)
- PHP7.1+
- Laravel Requirements
git clone https://github.com/myrsk/vmdash.git
cd vmdash
composer install # Install backend dependencies
sudo chmod 777 storage/ # Chmod Storage
cp .env.example .env # Update database credentials configuration
php artisan key:generate # Generate new keys for Laravel
php artisan migrate:fresh --seed # Run migration and seed user for initial login
npm i # Installs node dependencies
npm run production # Compile assets for production
Username: test@example.com
Password: 123456
Note: Please change your email and password as soon as you login
If you are running vmDash in a production environment, please make sure you are accessing the dashboard using HTTPS to avoid any MITM attacks and the leakage of sensitive data
To run the demo on your own machine run the following command (for testing purposes only)
php artisan serve
Visit the dashboard at localhost:8000/
- Laradminator (vmDash is built on top of Laradminator)
- Laravel Framework (5.6.*)
- Forms & HTML : for forms
- Laravel Debugbar : for debugging
- rinvex/country : lightweight package for country data
- thomaswelton/laravel-gravatar : gravatar package used for logged-in user's profile picture
- Guzzle : for API calls
- PHPSecLib : for SSH calls
- All ADMINATOR plugins here
- sweetalert2
- Axios
- nprogress
- clipboard.js