Groundwork Financial Services Logo

Wenatchee Weather Map

Wenatchee Traffic Map (Waze Live)

Back Office App

Down load the current version of the Back Office App. If you're here from a Store, this is your app.

Version: 2.9.7.1 | Last Updated: August 2025

GFS Internal Back Office App

Down load the current version of the GFS Internal Back Office App.

Version: 3.0.7.3 | Last Updated: August 19, 2025

Server Setup Scripts

These scripts are hosted internally. Right-click → "Save Link As..." or use the one-liner commands below:

Script Name Description One-liner Command
groundwork-server-setup.sh Update system packages + Optional XCP-ng tools wget https://www.groundworkfs.com/scripts/groundwork-server-setup.sh && chmod +x groundwork-server-setup.sh && sudo ./groundwork-server-setup.sh
gfs_install_docker.sh Update system + install Docker + XCP-ng tools wget https://www.groundworkfs.com/scripts/gfs_install_docker.sh && chmod +x gfs_install_docker.sh && sudo ./gfs_install_docker.sh
gfs_install_mailcow.sh Full Mailcow installation (recommended) wget https://www.groundworkfs.com/scripts/gfs_install_mailcow.sh && chmod +x gfs_install_mailcow.sh && sudo ./gfs_install_mailcow.sh

Tip: Copy the entire one-liner and paste it directly into your new Ubuntu VM terminal.