asnando / proxmox-remote-control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxmox Remote control

Turn VMs on/off. Proxmox simplified remote control for VMs. Expose proxmox VE api using reverse proxy(using nginx), and expose a remote control like page.

Example

Configuration

Before installation, you need to generate an API token and fill it inside the index.js file. Also fill in the correct proxmox api base url(the one that will be exposed by the Nginx configuration).

Javascript configuration header

Installation

  1. Install nginx
apt-get install nginx
  1. Copy nginx file from repository/nginx/default to /etc/nginx/sites-available/default

  2. Create proxmox-remote-control public folder, and put the files from this project inside it:

mkdir /media/proxmox-remote-control

# add "index.html, index.css, index.js" inside the folder
  1. Reload nginx
systemctl reload nginx

About


Languages

Language:JavaScript 44.9%Language:CSS 42.7%Language:HTML 12.4%