What is the recommended way to run multiple nodes on the same server?

From @gbolo on Wed Aug 17 2016 02:41:45 GMT+0000 (UTC)

ipfs expects it鈥檚 config file in $HOME/.ipfs/config, unless IPFS_PATH is set, then it looks at $IPFS_PATH/config

For multiple deamons just set a different IPFS_PATH for each and make sure that their listener addresses (and ports) defined in the config do not overlap .


Copied from original issue: What is the recommended way to run multiple nodes on the same server? 路 Issue #162 路 ipfs-inactive/faq 路 GitHub

From @Kubuxu on Wed Aug 17 2016 06:14:30 GMT+0000 (UTC)

We leave issues open in this repo, and just mark is as answered.

Thanks for applying WTFM approach for your question.