This is a drop-in replacement for the dying CollabVM 1.2.11.
The CollabVM server is officially supported on modern Linux distributions, using latest NodeJS LTS and Rust
We do not support running directly on Microsoft Windows. If you want to run CollabVM on Windows, we recommend using the Windows Subsystem for Linux. We will close any issues related to running the server directly on windows.
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
- Install dependencies:
sudo apt-get install -y git nasm build-essential cmake curl - Install nodeJS:
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo bash - && sudo apt-get install nodejs -y - Install Rust toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shthen logout and relogin - Enable corepack:
sudo corepack enable
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