Simple Node.js / Web app to start RDP connections to Windows based Proxmox virtual machines
  • JavaScript 72.9%
  • Pug 26.6%
  • CSS 0.5%
Find a file
2018-11-04 22:19:07 +01:00
public config page, login with domain combo, ip from quemu agent 2018-10-22 23:20:36 +02:00
routes xfreerdp on linux 2018-11-04 21:46:17 +01:00
system linux fix 2018-11-04 22:19:07 +01:00
views xfreerdp on linux 2018-11-04 21:46:17 +01:00
.gitignore initial commit 2018-10-18 12:28:04 +02:00
app.js realm combobox in login form and start power management of vm before RDP 2018-10-19 22:52:49 +02:00
config.json xfreerdp on linux 2018-11-04 21:46:17 +01:00
LICENSE.md initial commit 2018-10-18 12:28:04 +02:00
package-lock.json linux fix 2018-11-04 22:19:07 +01:00
package.json initial commit 2018-10-18 12:28:04 +02:00
README.md initial commit 2018-10-18 12:28:04 +02:00

Node.js script and simple Web app to start RDP connections (mstsc) to Windows based Proxmox virtual machines, with credential autologin

This script allows to browse the quemu virtual machines present in a Proxmox cluster. Then it allows to starts Windows RDP client (mstsc) to those Windows VMs. The RPD connection SSO into the Windows VM by using the same credentials used to authenticate to proxmox.

Requirements

  • Windows 7 or higher

Installation

  • npm install

Usage

    node app.js or npm start

License GPLv3

Copyright (c) 2018 Ettore Roberto Rizza <er@flydesktop.com>