How to setup your own IPFS private network 0 ▲ Solene'% 21 hours ago · 7 min read1371 words · Tech · hide · 0 comments # Introduction In this blog post, you will learn how to make a private IPFS network that will allow private peers to exchange data between each other. This is in opposition to the default setup in which you use the default configuration connecting to the whole IPFS network. The incentive to have your own network is mostly speed, because this does not have any extra access control, any peer can potentially access to any content you have in your IPFS network. If you do not know about IPFS, I wrote some blog posts, but otherwise IPFS website may give you some clue. It is not easy to grasp, but you can see it as a network service providing content addressed object storage. The base blocks provide features to manage data in the network but also cache it or provide it through a web gateway. => https://ipfs.tech IPFS project official website Kubo is the reference implementation of IPFS. The setup I explain in this article is pretty much useless for most people. Depending on your needs, you… No comments yet. Log in to reply on the Fediverse. Comments will appear here.