Enable the Devolutions Server log files

You may be asked by our support team to get the Devolutions Server log files. They are located in the Devolutions Server web app App_Data folder.

The files that are needed from this location the ones starting with "DPS_Main" (DPS_Main_001.log, DPS_Main_002.log, etc.). If they are not present, it is most likely because the Application Pool Identity cannot write in that folder. Resolve this issue by giving this identity the Modify permission on the App_Data folder.

Enable log files

  1. In the Devolutions Server Console select the desired server from the list.
  2. In the Server tab click on Explore. This will open the installation folder.
    Explore
    Explore
  3. Right-click on the App_Data folder and select Properties.
    Properties
    Properties
  4. In the Security tab click on Edit....
    Edit
    Edit
  5. Select IIS_IUSRS.
  6. Allow the Modify permission and click OK.
    Modify permission
    Modify permission
  7. Click OK in the Properties window.
  8. In the Devolutions Server Console click Stop server.
    Stop server
    Stop server
  9. Wait for a few seconds and then click Start server.
    Start server
    Start server
    Restarting the server will create the DPS_Main.log and DPS_Main_001.log files after a short delay. Actions need to be taken on the Devolutions Server for logs to be created (logging in, etc).
    Log files
    Log files

When granting the Modify permission to the IIS_IUSRS group, all users of application pools on that server are allowed to access this directory. If the installation uses a specific application pool identity for Devolutions Server, consider giving permissions exclusively to that identity. Alternatively, you could assign Modify permissions to the NETWORK SERVICE account, which is commonly used for IIS application pools, though this account might be shared with other services as well.

Give us Feedback