Search code examples
linuxipfs

Best way to keep IPFS daemon alive


I'm building an app using IPFS for decentralized storage, but right now I only have 1 node.

I run ipfs daemon from tmux but the daemon won't stay alive for long periods of time, and I can't figure out why. Regardless, I need to do something to keep the daemon alive if it dies.


Solution

  • I run IPFS daemon through "screen", works fine! Try "screen" utility.