From 816c1089de641e163635516a3530e7c53d5a0d27 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Tue, 8 Dec 2020 16:08:59 +0200 Subject: [PATCH] Clarified password reset procedure, especially the part abaout leaving deployment option unchanged --- docs/content/FAQ/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/FAQ/_index.md b/docs/content/FAQ/_index.md index 85e75125901..f76c0f3b12b 100644 --- a/docs/content/FAQ/_index.md +++ b/docs/content/FAQ/_index.md @@ -41,7 +41,8 @@ The Monkey shuts off either when it can't find new victims, or when it has excee On your first access of Monkey Island server, you'll be prompted to create an account. If you forgot the credentials you entered or just want to change them, you need to manually alter the `server_config.json` file. On Linux, this file is located on `/var/monkey/monkey_island/cc/server_config.json`. On windows, it's based on your install directory (typically - `C:\Program Files\Guardicore\Monkey Island\monkey_island\cc\server_config.json`). Reset the contents of this file back to + `C:\Program Files\Guardicore\Monkey Island\monkey_island\cc\server_config.json`). Reset the contents of this file + leaving the **deployment option unchanged** (it might be "vmware" or "linux" in your case): ```json { @@ -49,9 +50,8 @@ On your first access of Monkey Island server, you'll be prompted to create an ac "deployment": "windows" } ``` -Leave the deployment option unchanged (it might be "vmware" or "linux" in your case). Then reset the Island process -(`sudo systemctl restart monkey-island.service` for linux, restart program for windows). Go to the island's URL and create -a new account. + Then reset the Island process (`sudo systemctl restart monkey-island.service` for linux, restart program for windows). + Finally, go to the Island's URL and create a new account. ## Should I run the Monkey continuously?