
The name of the workgroup can be anything you want, as long as it only contains alphabetical characters, and it matches the name of the workgroup that you want to join. Once these packages have finished installing, you need to edit the Samba configuration file: $ sudo nano /etc/samba/smb.confįind the entries for workgroup and wins support, and set them up as follows: workgroup = your_workgroup_name Samba-common-bin contains a tool that you'll need to register users with Samba. A workgroup is a group of computers on a local network that can access eachother's folders. Samba contains the SMB protocol, support for the Windows naming service (WINS), and support for joining Windows workgroups.
#Home server raspberry pi samba install#
You'll need to install this software: $ sudo apt install samba samba-common-bin You can share your Raspberry Pi's files and folders across a network using a piece of software called Samba, a Linux implementation of the Server Message Block protocol. We use Samba on basically every Raspberry Pi image: to get the Hostname visible in Windows networks, to share files across a Windows network, and more.

It can function both as a domain controller or as a regular domain member. Samba is an important component to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments. It allows us to share things like Printers, and much more. In simple terms, it allows us to access the Pi (a Linux environment based on Debian and oterhs) from a Windows machine. Samba is a key component for our Raspberry Pi setup.
