🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/romaingallez/proxmox-spice-cli

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/romaingallez/proxmox-spice-cli

v0.1.2
Source
Go
Version published
Created
Source

Proxmox SPICE CLI

A compact Golang program that enables connection to a virtual machine (VM) on a Proxmox server using SPICE from the command line interface (CLI) across Linux, Windows, and Mac platforms.

Inspired by https://github.com/Elbandi/proxmox-spice-quickconnect

Proxmox SPICE CLI allows users to easily start, stop, and connect to a VM on a Proxmox host using the command line interface. The project is written in Golang.

Configuration

An example configuration file can be found inside the release archive or in the git repository.

Using --config flag you can use an config placed in any folder

Configure the program by placing the configuration file in the following locations:

Linux

~/.proxmox-spice-cli

Windows

C:\Users\$env:USERNAME\.proxmox-spice-cli

For Windows, please modify the SPICE path from:

    "path": "/usr/bin/remote-viewer"

to the path of the remote-viewer.exe, making sure to escape the slashes like this: \\

Spice

Activate spice in the vm config in proxmox

On windows do not forget to install the spice guest addon

FAQs

Package last updated on 16 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts