All Projects → myrsk → Vmdash

myrsk / Vmdash

Licence: mit
A Cloud (vm) Dashboard that allows you to interact with multiple providers from a single panel

Programming Languages

js
455 projects

Projects that are alternatives of or similar to Vmdash

Otter
A relatively automatic CRUD backend administration panel for Laravel
Stars: ✭ 261 (+267.61%)
Mutual labels:  laravel, dashboard
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+397.18%)
Mutual labels:  laravel, dashboard
Laravel Google Drive Demo
Laravel & Google Drive Storage - Demo project with Laravel 5.4
Stars: ✭ 299 (+321.13%)
Mutual labels:  cloud, laravel
Backup Manager
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Stars: ✭ 1,589 (+2138.03%)
Mutual labels:  cloud, laravel
Tddd
A Laravel Continuous Integration Package
Stars: ✭ 722 (+916.9%)
Mutual labels:  laravel, dashboard
Tomatoidc
TomatoIDC是一款以MIT协议开源主机销售系统,具备易于扩展的插件系统,模版系统,使用强大的Laravel框架进行驱动,能帮助你轻松的扩展主机销售业务。
Stars: ✭ 230 (+223.94%)
Mutual labels:  cloud, laravel
Laravel Starter
A CMS like modular starter application project built with Laravel 8.x.
Stars: ✭ 299 (+321.13%)
Mutual labels:  laravel, dashboard
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+3594.37%)
Mutual labels:  laravel, dashboard
Vm
💻☁📦 The (official) Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4).
Stars: ✭ 716 (+908.45%)
Mutual labels:  cloud, vm
Abixen Platform
Abixen Platform
Stars: ✭ 530 (+646.48%)
Mutual labels:  cloud, dashboard
Hashi Up
bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute
Stars: ✭ 113 (+59.15%)
Mutual labels:  cloud, vm
Pi Hole
A black hole for Internet advertisements
Stars: ✭ 34,076 (+47894.37%)
Mutual labels:  cloud, dashboard
Shopper
An eCommerce administration built with Laravel 5 for create online shop.
Stars: ✭ 205 (+188.73%)
Mutual labels:  laravel, dashboard
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (+260.56%)
Mutual labels:  cloud, dashboard
Nebula
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
Stars: ✭ 190 (+167.61%)
Mutual labels:  laravel, dashboard
K3sup
bootstrap Kubernetes with k3s over SSH < 1 min 🚀
Stars: ✭ 4,012 (+5550.7%)
Mutual labels:  cloud, vm
Laradminator
Integration of Adminator into Laravel 6.x/7.x/8.x with RTL support
Stars: ✭ 170 (+139.44%)
Mutual labels:  laravel, dashboard
Vue Material Admin
A vue material design admin template
Stars: ✭ 2,170 (+2956.34%)
Mutual labels:  laravel, dashboard
Cipi
An Open Source Control Panel for your Cloud! Deploy and manage LEMP apps in one click!
Stars: ✭ 376 (+429.58%)
Mutual labels:  cloud, laravel
Openfaas Cloud
The Multi-user OpenFaaS Platform
Stars: ✭ 744 (+947.89%)
Mutual labels:  cloud, dashboard

vmDash

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.

Screenshots

Will be added soon.

Integrated Provider Features

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

Roadmap (future releases)

  • 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

Requirements

Installation Steps

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
Default Login Credentials

Username: [email protected]
Password: 123456

Note: Please change your email and password as soon as you login

HTTPS Reminder

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

Demo

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/

Included Packages

Laravel & PHP:

JS plugins:

Need help? Want to report an issue?

Open a new issue

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].