Skip to content
/ SVMM Public

Simple Virtual Machine Manager - My free VM hosting platform using Qemu-KVM

Notifications You must be signed in to change notification settings

Pentium44/SVMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVMM - Simple Virtual Machine Manager

A simple VM manager with bash backend that runs on flatfile databases. It requires no setup (except setting properties in the config.php script). SVMM is released under the CC-BY-NC-SA v3.0 unported.

SVMM was written by Chris Dorman, 2020 https://cddo.cf

Requirements

  • PHP5+
  • Qemu-KVM installed and configured for KVM
  • Super user privleges

Setup

  • Modify config.php to your needs
  • Visit page to generate svmm_db for flat file user database
  • Execute SVMM backend as SU: sudo ./start-svmm start
  • Copy a fresh OS install of your choice in a qcow2 (or other format) image to svmm_db/disks/clean.img (THIS MUST BE DONE FOR THE SCRIPT TO COPY AND START A FRESH VM)

ChangeLog

9/24/2020 - v1.0

  • Working PHP front end with user registeration and login
  • Working bash back end for server management
  • Allows each user to create 1 VM
  • Allows user ability to start / stop VM
  • PHP email validation via filter_var

About

Simple Virtual Machine Manager - My free VM hosting platform using Qemu-KVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published