Connect Two Devices
This quick start connects two devices you own.
You will:
- start
fungi daemonon both devices - save one device by name on the other
- trust the saved device for incoming Fungi service requests
- verify the link with
fungi ping
1. Start The Daemon
Run this on both devices:
fungi daemon
Leave the daemon running while you use Fungi from another terminal or from the GUI.
2. Find The Device ID
On the device you want to save, print its ID:
fungi info id
Copy the value. It is the stable device identity used by Fungi.
If both devices are on the same local network, you can also try:
fungi device mdns
3. Save The Device
On your local device, save the other device with a name:
fungi device add my-mac <device-id>
The name is local to this Fungi directory. Use names that are easy to type, such as my-mac, nas, vm, or laptop.
List saved devices:
fungi device list
4. Trust The Device
Trust controls which saved devices may initiate incoming Fungi service requests.
On each side that should accept requests from the other side, run:
fungi device trust my-mac
List trusted devices:
fungi device trusted
5. Ping It
From your local device:
fungi ping my-mac

Stop with Ctrl+C.
If the devices are behind NAT, Fungi will try direct addresses and relay paths according to your relay settings.