Wiki
Install uVersion Server
Choose your OS: Ubuntu / Debian (apt) or Windows (PowerShell one-liner).
The uVersion server installs with a single command on Ubuntu/Debian or Windows. The installer sets up everything: PostgreSQL, the database, the system service, the firewall, optional HTTPS via Let's Encrypt. Choose your OS below.
Prerequisites
- A machine (VPS, mini-PC, office server...) with 4 GB of RAM minimum
- Your uVersion activation code (format
UV-XXXX-XXXX-XXXX) received by email after approval, or retrievable from your account area - Optional: a domain name pointing to the machine to automatically enable HTTPS via Let's Encrypt
Choose your OS
Ubuntu / Debian
Ubuntu 24.04+, Debian 13+. Installation via .deb package.
sudo apt install ./uversion-server_*.deb
Windows
Windows 10, 11, Server 2019+. PowerShell one-liner as Administrator.
iwr https://uversion.io/downloads/server/install.ps1 -UseBasicParsing | iex
What next?
- First login : sign in with the initial password, then change it
- TLS fingerprint : self-signed cert, to be confirmed once on the client side
- Troubleshooting : "service won't start", "activation code rejected", etc.