🐧 Linuxengineering.eu
🐧 Linuxengineering
  • Posts
  • Articles
  • Cheatsheets
  • Resources
🔍
<< Back to cheatsheets

ipfs

InterPlanetary FileSystem operations

Download executable

https://github.com/ipfs/kubo/releases/

Create and start container

docker create --name ipfs -p 8080:8080 -p 5001:5001 ipfs/kubo:master-latest
docker start ipfs

Set API address

echo "/ip4/127.0.0.1/tcp/5001" > ~/.ipfs/api

Local WebUI

http://127.0.0.1:5001/webui/

Check CID publicly available

https://check.ipfs.network/

View CID on public IPFS gateway

https://dweb.link/ipfs/$CID
🄯 2026 www.linuxengineering.eu — All rights disclaimed.
Copy-paste responsibly. Linux can be addictive.
Related sites
  • Main - https://www.linuxengineering.eu
  • Docs - https://docs.linuxengineering.eu
  • Patreon
  • GitHub
  • Facebook
  • YouTube
  • TikTok
  • Mastodon
  • LinkedIn
  • X
Last deploy: 2026-04-28 23:01:35 UTC