Template generation scripts for IsardVDI
The app can be installed within any IsardVDI's virtual machine running an Ubuntu (Server and Desktop) 24.04 LTS & 26.04 LTS, but the network interfaces must be setup in the following order:
- Default: the isolated IsardVDI network which provides internet access.
- Personal1: this network allows connecting virtual machines to each other (must be owned by the same user).
- WireguardVPN: this network provides access through a tunnel, in order to connect any host local to the virtual machine.
- GroupNetwork1 (the name can be different in your instance): this network allows communication between machines within the same group, even from differents users. Notice that "group networks" can be named different in your case.
The app can be installed within any IsardVDI's virtual machine running an Ubuntu (Server and Desktop) 22.04 LTS & 24.04 LTS:
- Deploy the app cloning the repo:
git clone https://github.com/FherStk/isard-scripts.git - Go to the repo folder:
cd isard-scripts - Now to your current distro's folder:
cd ubuntu-26.04 - Then, install the app with sudo (it will be installed at /etc/isard-scripts) and clean the bash history:
sudo ./install.sh
- Shutdown the virtual machine and create a template from it.
- The script's deployemnt prompt will be displayed on first boot.
- The script's deployemnt prompt can also be forced by running
sudo ./run.shafter the user login within the installation path.

