1
0
Fork 0
mirror of https://github.com/Corsinvest/cv4pve-pepper.git synced 2025-02-12 10:01:53 +00:00
No description
Find a file
Daniele Corsini d91ff4e64c Inital import
2019-10-23 08:43:03 +02:00
.vscode Inital import 2019-10-23 08:43:03 +02:00
src/Corsinvest.ProxmoxVE.Pepper Inital import 2019-10-23 08:43:03 +02:00
.gitignore Inital import 2019-10-23 08:43:03 +02:00
3rd-party-licenses.md Inital import 2019-10-23 08:43:03 +02:00
appveyor.yml Inital import 2019-10-23 08:43:03 +02:00
Corsinvest.ProxmoxVE.Pepper.sln Inital import 2019-10-23 08:43:03 +02:00
gpl-3.0.txt Inital import 2019-10-23 08:43:03 +02:00
LICENSE.md Inital import 2019-10-23 08:43:03 +02:00
README.md Inital import 2019-10-23 08:43:03 +02:00

cv4pve-pepper

License AppVeyor branch

    ______                _                      __
   / ____/___  __________(_)___ _   _____  _____/ /_
  / /   / __ \/ ___/ ___/ / __ \ | / / _ \/ ___/ __/
 / /___/ /_/ / /  (__  ) / / / / |/ /  __(__  ) /_
 \____/\____/_/  /____/_/_/ /_/|___/\___/____/\__/

Launching SPICE on Proxmox VE                  (Made in Italy)

Usage: cv4pve-pepper [options]

Options:
  -?|-h|--help  Show help information
  --host        The host name host[:port]
  --username    User name <username>@<realm>
  --password    The password. Specify 'file:path_file' to store password in file.
  --version     Show version information
  --vmid        The id or name VM/CT
  --viewer      Executable SPICE client remote viewer```

Copyright: Corsinvest Srl For licensing details please visit LICENSE.md

Commercial Support

This software is part of a suite of tools called cv4pve-tools. If you want commercial support, visit the site

Introduction

Launching SPICE remote-viewer having access VM running on Proxmox VE.

this software aims to simplify run SPICE client from Proxmox VE using command line. The reasons are:

  • Proxmox VE uses tickets that expire
  • do not use graphical interface (GUI)
  • no download .vv file to run remove viewer
  • use a simple client

Main features

  • Completely written in C#
  • Use native api REST Proxmox VE (library C#)
  • Independent os (Windows, Linux, Macosx)
  • Installation unzip file extract binary
  • Not require installation in Proxmox VE
  • Execute out side Proxmox VE
  • Not require Web login

Configuration and use

E.g. install on linux 64

Download last package e.g. Debian cv4pve-pepper-linux-x64.zip, on your os and install:

root@debian:~# unzip cv4pve-pepper-linux-x64.zip

This tool need basically no configuration.

Run

root@debian:~# cv4pve-pepper --host=192.168.0.100 --username=root@pam --password=fagiano --vmid 100 --viewer path-spice-viewer