From 4291d6012e60b37ead410f7bb32395fed85e4f1f Mon Sep 17 00:00:00 2001 From: Vivek W <92390419+AryanVBW@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:15:24 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0fdd7b9..b07a9fc 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ A cloud based remote android managment suite, powered by ARYAN 1. Stop ANDRO `pm2 stop index` 2. Open `maindb.json` in a text editor 3. under `admin` - - set the `username` as plain text {Default is aryan} - - set the `password` as a LOWERCASE MD5 hash {default pass is ANDRO} + - set the `username` as plain text {Default is andro} + - set the `password` as a LOWERCASE MD5 hash {default pass is admin} 4. save the file 5. run `pm2 restart all` -7. in your browser navigate to `http://:22533` -8. `http://localhost:22533` +7. in your browser navigate to `http://:8080` +8. `http://localhost:8080` It's recommended to run ANDRO behind a reverse proxy such as [NGINX](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/)