mirror of
https://github.com/ettorer/proxmox-rdp.git
synced 2026-04-25 05:45:48 +03:00
Simple Node.js / Web app to start RDP connections to Windows based Proxmox virtual machines
- JavaScript 72.9%
- Pug 26.6%
- CSS 0.5%
| public | ||
| routes | ||
| system | ||
| views | ||
| .gitignore | ||
| app.js | ||
| config.json | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
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>