- Setup your own Zerotier network, either using your own server or the provided one.
- Ensure the network provides ip4 and ip6 addresses
2. Install IPFS 0.4 (from source at the moment, see Instructions here)
- Add the Zerotier id to the network
- Join the network
- Note down ip4 and ip6 addresses you are assigned
- Run
ipfs init
- Update
~/.ipfs/config
// ...
"Addresses": {
"Swarm": [
"/ip4/<ip4 from zerotier>/tcp/4001"
"/ip6/<ip6 from zerotier/tcp/4001"
],
// ...
-
Remove all entries under
"Bootstrap"
and"SupernodeRouting": {"Servers"}"
-
Start IPFS using
ipfs daemon
Have fun with your own private IPFS network