cd /news/developer-tools/proxmox-spice-client-setup-for-macos · home topics developer-tools article
[ARTICLE · art-8704] src=gist.github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Proxmox - SPICE Client setup for MacOS

This article provides instructions for setting up a SPICE client on macOS to connect to Proxmox virtual machines. The process involves installing the `virt-viewer` tool via Homebrew, creating an Automator application to launch `remote-viewer` with SPICE files, and configuring the system to automatically open `.vv` files with this helper app. Once configured, users can double-click a VM in the Proxmox interface to automatically launch a remote-viewer session.

read1 min views19 publishedJul 15, 2021

Install a working (and compiled) version of virt-viewer. You may view the homebrew package's upstream source on GitHub. brew tap jeffreywildman/homebrew-virt-manager brew install virt-viewer #

Once that's installed should be able make a call remote-viewer with a pve-spice.vv file downloaded from proxmox web interfaceremote-viewer pve-spice.vv Check out this useful script for debugging. There are also several other cli tools like this one on GitHub that can be used to test the same sort of thing. We want remote-viewer to automatically start and open the session when we double click the VM entry in proxmox. To do that we need to first create a small helper application. #

Launch Automator and select Application from the dropdown list, when prompted. - Search for shell and drag to the right. The contents:/usr/local/bin/remote-viewer "$@" Make sure to select as arguments for passing the input. Save as~/Applications/pve-spice-launcher.app . - Locate a pve-spice.vv file and right click, and go to Get Info -> Open With -> Change All , look for the .app file you just made. - In Chrome, click on the small arrow on the list of downloads at the bottom, and select "Always open files of this type" #

If everything is set up correctly you should be able to double-click on the VM in the left pane of Proxmox and remote-viewer should start up and take care of the rest. Note: the pve-spice.vv files will be automatically deleted by remote-viewer Enjoy!

── more in #developer-tools 4 stories · sorted by recency
── more on @proxmox 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/proxmox-spice-client…] indexed:0 read:1min 2021-07-15 ·