OVA file | FWCloud Forum

OVA file

Carles Munyoz

Administrator
Staff member
Hi,
No, this OVA file is no longer available.

We are preparing a Docker version that will be available in a few weeks.
We will supply a Docker Compose file that will simplify all FWCloud installation procedure.

Meanwhile, you can install it in several supported Linux distributions (Debian, Ubuntu, RedHat, Fedora, etc.) by means of the FWCloud-Installer script. Simply run this command in your Linux server and you will have FWCloud installed in a matter of minutes:
Code:
curl -k -s https://raw.githubusercontent.com/soltecsis/fwcloud-installer/main/fwcloud-installer.sh -o ./fwcloud-installer.sh && sudo bash ./fwcloud-installer.sh && rm -f ./fwcloud-installer.sh
 
Top