How to install pfSense from ISO on AceCloud?
PreviousHow to set up web-based SQL server on OpenStack instance using SQL image?NextHow to Attach a Floating IP via pfSense?
Last updated
This guide explains how to install pfSense firewall using an ISO image on the AceCloud infrastructure.
Step 1: Download the pfSense ISO Image.
Visit the official pfSense download page.
Select the Installer: CD Image (ISO)
Click Download, and once completed, extract the compressed file (if zipped) to get the raw .iso image.
Log in to the AceCloud portal.
Navigate to the Storage and choose Images.

Click Create Image and provide:
Name: pfSense ISO
Format: ISO
Upload File: Select the downloaded pfSense .iso file
Click Create Image to upload and register the ISO image.

Navigate to Compute, then choose Instances.

Click Create Instance and configure:
Name: pfSense-Installer
Source: Choose Image and from custom Images, use the uploaded pfSense ISO image
Flavor: Choose a flavor with at least:
1 vCPU
1 GB RAM

Volumes:
Add a new blank volume (≥ 50 GB) for installation
Set it as the bootable disk (if the option is present)
Networks: Attach two interfaces:
WAN: Public Network
LAN: Private VPC or internal network
Launch the instance.

Last updated