This is a drop-in replacement for the dying CollabVM 1.2.11. Currently in beta
The CollabVM server will run on any Operating System that can run Node.JS and Rust. This means modern Linux distributions and Windows versions.
We do not recommend or support running CollabVM Server on Windows due to very poor support for QEMU on that platform.
The CollabVM server requires the following to be installed on your server:
- Node.js (obviously)
- QEMU (Unless you just want to use a VNC Connection as your VM)
- A Rust toolchain (e.g: rustup)
- NASM assembler
- Install dependencies:
sudo pacman --needed --noconfirm -Sy nodejs nasm rust
- Enable corepack:
sudo corepack enable
TODO
TODO: These instructions are not finished for the refactor branch.
- Copy config.example.toml to config.toml, and fill out fields
- Install dependencies:
yarn
- Build it:
yarn build
- Run it:
yarn serve