Skip to content

Commit

Permalink
Clarified password reset procedure, especially the part abaout leavin…
Browse files Browse the repository at this point in the history
…g deployment option unchanged
  • Loading branch information
VakarisZ committed Dec 8, 2020
1 parent b220361 commit 816c108
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/FAQ/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ 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
{
"server_config": "password",
"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?

Expand Down

0 comments on commit 816c108

Please sign in to comment.