diff --git a/docs/content/reference/data_directory.md b/docs/content/reference/data_directory.md new file mode 100644 index 000000000..83fe03116 --- /dev/null +++ b/docs/content/reference/data_directory.md @@ -0,0 +1,19 @@ +--- +title: "Data directory" +date: 2021-05-18T08:49:59+03:00 +draft: false +pre: ' ' +weight: 9 +--- + +## About data directory + +Data directory is where the Island server stores runtime artifacts. +Those arfifacts include the Island logs, any custom post-breach action files, +configuration files, etc. + +## Where is data directory + +On **Linux** it's in `$HOME/.monkey_island`. + +On **Windows** it's in `%AppData%\monkey_island`.