- 
                Notifications
    
You must be signed in to change notification settings  - Fork 99
 
Installing Netatalk on Ubuntu
        Daniel Markstedt edited this page Sep 9, 2025 
        ·
        10 revisions
      
    netatalk is distributed as a package in Ubuntu. You can use apt to install it.
Ex. (with root privileges)
apt install netatalkFor building and installing from source yourself, for instance to get a newer version, follow the guides linked here.
The systemd unit file is /lib/systemd/system/netatalk.service.
You must run Avahi ahead of Netatalk, if not started on boot by default.
$ sudo systemctl enable avahi-daemon
$ sudo systemctl enable netatalk
$ sudo systemctl start avahi-daemon
$ sudo systemctl start netatalkResources
- 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
- Capturing AFP network traffic
 - 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