Difference between revisions of "How to Download and view log file"

From EasyZone wiki
Jump to: navigation, search
(Created page with "There are methods as follows. 1. Login to the Cloud. 2. Select the hotspot that you want to manage. 3. Go to the Log menu. File:Screenshot from 2019-10-30 10-06-43.png|8...")
 
Line 14: Line 14:
  
 
5. Request the key to open the log to Line ID: easyzone by providing the name of the file you want to open.
 
5. Request the key to open the log to Line ID: easyzone by providing the name of the file you want to open.
 +
 +
'' 'Example: 21572364801--29-10-2019-DCEF09EA8B75-webproxy.enc.gz' '
 +
 +
After extracting the zip file, you will get a file named '' '21572364801--29-10-2019-DCEF09EA8B75-webproxy.enc' ''
 +
 +
6. Install openssl to open the download file at https://slproweb.com/products/Win32OpenSSL.html
 +
 +
Launch the program as in the picture.
 +
 +
[[File: OpenSSL-02.png | 600px | thumb | center]]
 +
 +
Show program window
 +
 +
[[File: OpenSSL-04.png | 600px | thumb | center]]
 +
 +
7 Use the command to open the file.
 +
 +
Type the command to open the file.
 +
 +
'' 'openssl enc -aes-256-ctr -pbkdf2 -d -a -in (filename to open, for example 21572364801--29-10-2019-DCEF09EA8B75-webproxy.enc) -out (filename to save after Decoded, for example log.txt) -pass pass: (key obtained from easyzone such as MIqzPF63ywsPhRcnXAu7pgSAKbeHCD70tLpe0X05JWSfPfHBfLZLxtdCrU99cEGb) ''
 +
 +
 +
Source openssl https://www.cloudinsidr.com/content/how-to-install-the-most-recent-version-of-openssl-on-windows-10-in-64-bit/

Revision as of 11:23, 30 October 2019

There are methods as follows.

1. Login to the Cloud.

2. Select the hotspot that you want to manage.

3. Go to the Log menu.

Screenshot from 2019-10-30 10-06-43.png

4. Download the log file

Screenshot from 2019-10-30 10-07-36.png

5. Request the key to open the log to Line ID: easyzone by providing the name of the file you want to open.

'Example: 21572364801--29-10-2019-DCEF09EA8B75-webproxy.enc.gz' '

After extracting the zip file, you will get a file named '21572364801--29-10-2019-DCEF09EA8B75-webproxy.enc'

6. Install openssl to open the download file at https://slproweb.com/products/Win32OpenSSL.html

Launch the program as in the picture.

OpenSSL-02.png

Show program window

OpenSSL-04.png

7 Use the command to open the file.

Type the command to open the file.

'openssl enc -aes-256-ctr -pbkdf2 -d -a -in (filename to open, for example 21572364801--29-10-2019-DCEF09EA8B75-webproxy.enc) -out (filename to save after Decoded, for example log.txt) -pass pass: (key obtained from easyzone such as MIqzPF63ywsPhRcnXAu7pgSAKbeHCD70tLpe0X05JWSfPfHBfLZLxtdCrU99cEGb)


Source openssl https://www.cloudinsidr.com/content/how-to-install-the-most-recent-version-of-openssl-on-windows-10-in-64-bit/