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’s 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: https://github.com/ipfs/faq/issues/162

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.