-
Notifications
You must be signed in to change notification settings - Fork 100
Installing Netatalk on OpenBSD
Daniel Markstedt edited this page Aug 31, 2025
·
6 revisions
A binary netatalk3 port exists for OpenBSD (despite the name, it packages netatalk 4 at the time of writing.)
Ex. (with root privileges)
pkg_add -I netatalk3
For building and installing from source yourself, for instance to get a newer version, follow the guides linked here.
Netatalk 3.2 and later ships with an OpenBSD init script.
Enable and start the service
rcctl -d enable netatalk
rcctl -d start netatalk
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