Installation
To get started with SquidServers, choose the installation method that suits your operating system.
Windows
Section titled “Windows”Graphical Installer
Section titled “Graphical Installer”Download the application directly:
Download the .exe file, run it, and follow the on-screen instructions to complete the installation.
- Download the
.dmgfile from squidservers.com/download and open it. - Drag the SquidServers app into the Applications folder.
- Eject the
.dmg(optional). - Open Terminal (press Command + Space and search for Terminal).
- Run the following command to allow the app to open (macOS flags it as damaged by default since it is not from the App Store):
xattr -cr /Applications/SquidServers.appAutomated Script (Recommended)
Section titled “Automated Script (Recommended)”For Linux systems, you can install SquidServers quickly using our automated script via terminal:
Using cURL:
curl -fsSL https://raw.githubusercontent.com/ourpxi/squidservers-install/refs/heads/main/install.sh | bashUsing Wget:
wget -qO- https://raw.githubusercontent.com/ourpxi/squidservers-install/refs/heads/main/install.sh | bashDownloadable AppImage
Section titled “Downloadable AppImage”Alternatively, you can download the .AppImage file directly from our website. After downloading, make it executable and run it:
chmod +x SquidServers.AppImage./SquidServers.AppImage