FoxyFy Server — Installation
Use our automated installer to deploy FFS in seconds.
How to FoxyFy?
FoxyFy Server comes with shell script that installs all required files. It only requires SSH access and basic UNIX knowledge. The installer will do the rest. Starting with FoxyFy is really, really simple. Here’s all you do:
1
Run install script
This will download, install and run FFS. FFS will print your machine ID.
2
Get a license
Send your machine ID along with your license order.
3
Activate the license
Paste your key into the config file and lunch the server.
4
Start the FFS
Once your are done with testing, start FFS as a service.
That’s it — your site’s officially FoxyFied.
Quick Install
FFS ships as a single static binary with a config file. The installer auto-detects your OS/CPU, downloads the right build, and sets up everything you need:
- Installs ffs to /usr/local/bin (or ~/.local/bin if you’re not root)
- Creates /etc/ffs, plus /etc/ffs/certs and /etc/ffs/acme_cache (0700) and /etc/ffs/log (0755)
- Fetches the single config from https://foxyfy.net/dist/ffs.conf (keeps your existing one if present)
No package manager required—just curl (or wget) and bash. Safe to re-run; it only updates the binary and leaves your config in place.