-
Notifications
You must be signed in to change notification settings - Fork 100
Installing Netatalk on FreeBSD
Daniel Markstedt edited this page Aug 31, 2025
·
5 revisions
The easiest way to get Netatalk on FreeBSD is to install the netatalk4 port with pkg
.
With root privileges, install the netatalk4 package:
pkg install netatalk4
For building and installing from source yourself, for instance to get a newer version, follow the guides linked here.
Netatalk ships with an init script for FreeBSD.
If needed, activate the script with:
/etc/rc.d/netatalk enable
Start or stop the script with
/etc/rc.d/netatalk start
/etc/rc.d/netatalk stop
If you use D-Bus for, for instance, afpstats
, please make sure that the dbus
service is started before you launch netatalk
.
service dbus onestart
Resources
- Getting Started
- FAQ
- Troubleshooting
- Connect to AFP Server
- Webmin Module
- Benchmarks
- Interoperability with Samba
OS Specific Guides
- Installing Netatalk on Alpine Linux
- Installing Netatalk on Debian Linux
- Installing Netatalk on Fedora Linux
- Installing Netatalk on FreeBSD
- Installing Netatalk on macOS
- Installing Netatalk on NetBSD
- Installing Netatalk on OmniOS
- Installing Netatalk on OpenBSD
- Installing Netatalk on OpenIndiana
- Installing Netatalk on openSUSE
- Installing Netatalk on Solaris
- Installing Netatalk on Ubuntu
Tech Notes
- Kerberos
- Special Files and Folders
- Spotlight
- MySQL CNID Backend
- Slow AFP read performance
- Limiting Time Machine volumes
- Netatalk and ZFS nbmand property
Retro AFP
Development