32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
---
|
|
title: "sasso"
|
|
date: 2025-11-25T18:00:00+02:00
|
|
author: "Admstaff"
|
|
draft: false
|
|
toc: false
|
|
link: "https://sasso.students.cs.unibo.it"
|
|
cover: "https://sasso.students.cs.unibo.it/sasso.png"
|
|
---
|
|
|
|
Sasso is a VPS built on top of Proxmox. It allows users to create and manage
|
|
virtual machines in a controlled and secure environment, without giving them
|
|
direct access to the Proxmox cluster.
|
|
|
|
This service should be used when multiple users need to create and manage their
|
|
own virtual machines, but they don't have direct access to the Proxmox cluster
|
|
where the VMs are hosted.
|
|
|
|
Sasso provides resource management for each user through a web interface.
|
|
It creates every virtual machine in a separate Proxmox VNet using a VXLAN Zone
|
|
to keep the VMs from differente users isolated from each other.
|
|
|
|
> [!WARNING]
|
|
> At the moment Sasso is in an early stage of development. Expect bugs, missing
|
|
> features and breaking changes.
|
|
|
|
This service was developed to be used by [ADMStaff](https://students.cs.unibo.it).
|
|
|
|
Please refer to the [Wiki](https://github.com/samuelemusiani/sasso/wiki) for more
|
|
information about the architecture, how to deploy and how to use Sasso.
|
|
|
|
The source code is available on [GitHub](https://github.com/samuelemusiani/sasso).
|