Skip to content

Web interface to manage virtual machines with libvirt

License

Notifications You must be signed in to change notification settings

whatboxapp/Virtlyst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtlyst

Web interface to manage virtual machines with libvirt

Don't let your virtualization management use more resources than your main virtualized needs.

  • Ideal for small deployments where simplicity is key to virtualization usage
  • Low memory footprint, around 5 MiB of RAM used
  • Low CPU usage
  • Look and feel easly customized with templates

Screenshot

Instances

Running

cutelyst-wsgi2 \
--application path_to_libVirtlyst.so \
--chdir2 _path_to_Virtlyst_clone \
--static-map /static=root/static \
--http-socket localhost:3000 \
--master

Usage

git clone https://github.com/cutelyst/Virtlyst.git

cd ./Virtlyst

docker build -t virtlyst .

docker run -itd --name virtlyst --restart always --net host virtlyst 

docker logs -f virtlyst

Address: Your-server-ip:3000

Default Username: admin

Password:

Execute "docker logs -f virtlyst" in the terminal, and find the password of the user after the character "Created user admin with password".

About

Web interface to manage virtual machines with libvirt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.5%
  • HTML 21.7%
  • C++ 20.7%
  • CSS 1.9%
  • Other 0.2%