---
title: How To Generate A Downloadable Log File
description: Learn how to generate a downloadable log file (rpt) for your Arma 3 server hosted with Nodecraft!
source: "https://nodecraft.com/support/games/arma3/how-to-generate-a-downloadable-log-file"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvN2E3MTM0ODBlOC9hcm1hLTMtbGFuZGluZy1iYW5uZXItMS0yLTEucG5nL20vIn0seyJuYW1lIjoiZ2FtZV9sb2dvIiwiaW1hZ2VfdXJsIjoiaHR0cHM6Ly9jbXMtYS5ub2RlY3JhZnQuY29tL2YvMTMzOTMyLzM3NXgxNTAvYzc1ZDIxZWY1OS9sb2dvLnBuZy9tLyJ9LHsibmFtZSI6ImN0YV90ZXh0IiwidGV4dCI6IkNyZWF0ZSB5b3VyIG93biBzZXJ2ZXIhIn0seyJuYW1lIjoidGV4dCIsInRleHQiOiJIb3cgVG8gR2VuZXJhdGUgQSBEb3dubG9hZGFibGUgTG9nIEZpbGUifV0&s=d15e62a38229b3a65740a07a29a7e7ee9a20e7786e4f66151b3c2622c3f0a053"
published: "2022-08-04T16:20:28.550Z"
updated: "2022-08-04T16:22:00.000Z"
---

# How To Generate A Downloadable Log File

Learn how to generate a downloadable log file (rpt) for your Arma 3 server hosted with Nodecraft!

If you're modding with Arma 3, a log file is necessary in order to debug issues you might be having with your configs.

Here at Nodecraft, our servers are in the Linux OS, so this data is output into the Console tab of your Panel.

In order for this information to be logged into a file that you can download, you'll just need to add a few settings to your server.

## Creating the server.cfg file

The first thing you'll want to do is create and activate a `server.cfg` file. We have another guide on how you can do so [HERE](https://nodecraft.com/support/games/arma3/creating-a-server-cfg-file-for-your-arma-3-server#h-naming-the-configuration-file-b8aaed).

## Redirect the Console to a downloadable log file

You'll then need to add the config line: `logFile = "filename";` into your `server.cfg` file.

![Adding the logFile setting to a server.cfg file for Arma 3 in Nodepanel](https://cms-a.nodecraft.com/f/133932/1138x686/3b91ecdf3a/vymeifpmtiqn0w7unvfu_screenshot-2021-10-25-184026.png/m/1000x0/smart)

When your server is next started up, the file will be generated into the `/share` folder in the File Manager. This is where we've defaulted the `-profiles` startup argument to here at Nodecraft, which you can change if you so wish.

![The log file location in the /share folder in Nodepanel for Arma 3](https://cms-a.nodecraft.com/f/133932/1135x773/bd2beff738/olq9vwhnryuaq2gzgqqe_screenshot-2021-10-25-182607.png/m/1000x0/smart)
