---
title: "Manual log collection"
slug: "manual-log-collection"
updated: 2026-04-30T12:10:47Z
published: 2026-04-30T12:10:47Z
canonical: "support.perimeter81.com/manual-log-collection"
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.perimeter81.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manual log collection

#### How to manually collect Logs in case the automatic collection encounters an issue

In case the automatic log collection tool fails, you can manually collect and send logs using the following dedicated scripts for each operating system:

---

#### 

#### **Windows**

1. Right-click Windows PowerShell and click **Run as administrator**.  
![](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/image-1742366082477.png)
2. Run:  

```powershell
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://supportbucketshare.s3.us-east-1.amazonaws.com/Custom+Scripts/Log+Collector/Log+Collector+PS.ps1'))
```
3. When prompted, enter **Y.**If support requests extended logs, enter **Y** again.  
Note - Enable extended logs only if instructed by support, as they are significantly larger.
4. Once the script completes, an Explorer window opens with the log files. The logs are saved in:

```powershell
C:\Users\Public\Harmony SASE Logfiles
```

![](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/image-1777550905851.png)
5. Submit the required files to your support ticket.
6. Once the support confirms receipt, manually delete the Check Point SASELogfiles directory from:

```powershell
C:\Users\Public
```

---

#### MacOS

1. Open the Terminal application (search **Terminal** in the Launchpad).  
![](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/image-1745560603429.png)
2. Copy and run:  
ShellShell 

```shell
curl -s "https://supportbucketshare.s3.us-east-1.amazonaws.com/Custom+Scripts/Log+Collector/Log+Collector+SH.sh" -o temp.sh;sudo bash temp.sh;rm temp.sh
```
3. Once the script completes, a Finder window opens with the log files.  
![](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/image-1745560836412.png)
4. Submit the .zip file to your support ticket. Older runs are saved under**Previous Runs**.
5. Once support confirms receipt, manually delete the **Check Point SASE Logfiles** directory from the Downloads folder.

---

#### Linux

1. Run the following command in Terminal:ShellShell 

```shell
/opt/Perimeter81/perimeter81 collect-logs
```

2. Send the log file to [sase-support@checkpoint.com](mailto:sase-support@checkpoint.com)
