Skip to content

Custom integration of Proxmox and Guacamole (Guacamole or Guacamole-lite). If using a Guacamole-Lite implementation a custom console is provided, still a WIP but mostly works.

License

Notifications You must be signed in to change notification settings

Danedeath/prox-guac-client

Repository files navigation

prox-guac-client

Originally inspired by Oscar Boronat.

Custom integration of Proxmox and Guacamole (Guacamole or Guacamole-lite). If using a Guacamole-Lite implementation a custom console is provided, still a WIP but mostly works.

Features:

  • Clone templates (currently a template must contain 'Temp' in the name)

  • VM Management

    • Snapshotting (delete/create/revert)
    • Start/Stop/Pause/Resume
    • Template cloning
    • VM Deletion
  • Guacamole-Lite implementation!

    • Custom console (RDP only, WIP)
    • Copy/Paste
    • File upload/download
    • Guacamole-common usage
    • Shared-drives
  • Hopefully easy configuration

  • Composer for package management! (defualt location is $_SERVER['DOCUMENT_ROOT'].'/../composer/')

  • Bootstrap 5.0

Open Source software used in the project:

Assumptions

  • All VMs being used by this system are required to have the QEMU guest agent running
  • Proxmox API token account must be able to create VM's and all the required sub perms
  • QEMU access
  • Cluster resource access

Setup

  1. Install composer packages with composer.json!

    • be sure to install it in a non public directory!
  2. Setup guacamole using the MYSQL authentication (currently required w/o 2 factor)

    • Guacamole web API sucks, currently working to switch to a standalone auth
  3. Configure the prox-guac-client by modifying /extra/config.php with the required information

    • Currently required:
      • database connection
      • guacd connection
      • proxmox configuration settings
      • duo configuration
  4. Install the database via the provided .SQL file (dont recommend keeping inside of website...)

Todo

  • Implement more statistics for VMs
  • Possibly replace display of VMs from a table to cards
  • Add password reset (for VM) and automatically poll user accounts
  • Add notifications on download/upload in guacd console
  • Add ability to disable DUO
  • Add TOTP option
  • Finish installation steps through browser
  • Make DB settings matter

Images

Login Page

Dashboard

VM Management

Snapshot Management

Admin Login Page

Admin Overview Page

User management

Role Management

About

Custom integration of Proxmox and Guacamole (Guacamole or Guacamole-lite). If using a Guacamole-Lite implementation a custom console is provided, still a WIP but mostly works.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published