IPFS Guideline
For more information, please visit the official website: https://docs.ipfs.io/
System Requirements
IPFS requires 512MiB of memory and can run an IPFS node on a Raspberry Pi. However, how much disk space your IPFS installation takes up depends on how much data you're sharing.
A base installation takes up about 12MB of disk space, and the default maximum disk storage is set to 10GB.
REF: https://docs.media.network/ipfs-setup/
Security Group / Firewall Rules
Allow Inbound
PORT
PROTOCOL
SOURCE IP
8001
TCP
0.0.0.0/0
5001
TCP
0.0.0.0/0
4001
TCP/UDP
0.0.0.0/0
Installation Steps
Download the Linux binary from dist.ipfs.io
Verify that IPFS is correctly installed
Configure IPFS_PATH to /data (Optional)
IPFS server initialization
When you're ready to join your node to the public network, run the ipfs daemon
in a terminal.
Create system service/unit file
Enable and start the service
Last updated