# Networked client log files - store on server

**URL:** https://kopia.discourse.group/t/networked-client-log-files-store-on-server/3200
**Category:** Support
**Created:** [August 17, 2024, 1:53am UTC](https://kopia.discourse.group/t/networked-client-log-files-store-on-server/3200 "2024-08-17T01:53:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![compumatter](https://yyz2.discourse-cdn.com/free1/user_avatar/kopia.discourse.group/compumatter/32/1139_2.png) [@compumatter](https://kopia.discourse.group/u/compumatter)
#### Post date: [August 17, 2024, 1:53am UTC](https://kopia.discourse.group/t/networked-client-log-files-store-on-server/3200/1 "2024-08-17T01:53:18Z")

</div>

I have Kopia running on a Linux server and also have Windows clients using the same repository as the server. If the Windows client on the same repository as the server has a failure it shows up in their Windows client local log environment as shown here in this image.

 ![image](https://global.discourse-cdn.com/free1/uploads/kopia/original/2X/b/b3766ac2f764f87bcd23131bfb9e633e2374926f.png)

However I do not see it anywhere on any server side logs. It seems since it is ‘the server’ it ought to be able to detect if any failures occurred on snapshots to its repository. Does anyone know of a way for me to view client log information on the Linux server for Windows clients using the same repository ?

---

<div class="post-metadata">

### Author: ![kapitainsky](https://yyz2.discourse-cdn.com/free1/user_avatar/kopia.discourse.group/kapitainsky/32/535_2.png) [@kapitainsky](https://kopia.discourse.group/u/kapitainsky)
#### Post date: [August 18, 2024, 4:53am UTC](https://kopia.discourse.group/t/networked-client-log-files-store-on-server/3200/2 "2024-08-18T04:53:48Z")

</div>

AFAIK logs are stored in repository itself. Explore `kopia logs list`/`kopia logs show` commands.

But I can imagine that in some situations they wont be complete - if there is problem writing to repo for example. Then you have [local files](https://kopia.io/docs/advanced/logging/#log-file-location) - no fancy access to those via UI nor cmd from server. Need some out of the kopia box DIY solution.
