Thanks for providing the config files for the [PoA tutorial](https://paritytech.github.io/wiki/Demo-PoA-tutorial). However, compared to the tutorial, the following two lines are missing in your node1.toml: `[ipc]` `disable = true` So after starting node0, attempting to start node1 fails with the following error: **IPC error: Access is denied. (os error 5)** Adding the above two lines fixes the error. Are these lines missing on purpose, or is it simply by accident? Thanks!