Single Instance
Running a single instance of ArangoDB is the most simple way to get started.It means to run the ArangoDB Server binary arangod
stand-alone, withoutreplication, without failover opportunity and not as cluster together withother nodes.
You may run multiple processes of arangod
side-by-side on the same machine assingle instances, as long as they are configured for different ports and datafolders. The official installers may not support multiple installationsside-by-side, but you can get archive packages and unpack them manually.
The provided ArangoDB packages run as single instances out of the box.
See also: