# 서버 경로

> Explore the location of files and folders for your Unity Licensing Server.

Unity Licensing Server의 파일 및 폴더 위치는 플랫폼과 서버 버전에 따라 다릅니다.

{/* DO NOT CHANGE THE 4 "Type" VALUES FOR "Licensing server data root directory" */}

{/* OTHER PAGES HAVE REFERENCES TO THIS CELL VALUE */}

## 서버 버전 2.0 이상 Linux OS의 경로

| **타입**                          | **경로**                                                                   |
| ------------------------------- | ------------------------------------------------------------------------ |
| 서버 로그 파일                        | `/usr/share/unity3d/logs/Unity.Licensing.Server.log`                     |
| 서버 설정 로그 파일                     | `/usr/share/unity3d/Unity.Licensing.ServerSetup.log`                     |
| 서버 임포트 로그 파일                    | `/usr/share/unity3d/Unity.Licensing.ServerImport.log`                    |
| 서버 create-service 로그 파일         | `/usr/share/unity3d/Unity.Licensing.CreateService.log`                   |
| 라이선스 서버 데이터 루트 디렉토리             | `/usr/share/unity3d/LicensingServer/`                                    |
| licensing-server-config.json 파일 | `/usr/share/unity3d/LicensingServer/config/licensing-server-config.json` |
| 감사 데이터베이스 파일                    | `/usr/share/unity3d/LicensingServer/data/LicensingServerDb.sqlite`       |
| 서버 라이선스 디렉토리(현재 사용자)            | `/usr/share/unity3d/licenses/`                                           |
| 서버 라이선스 디렉토리(모든 사용자)            | `/usr/share/unity3d/licenses/`                                           |
| 서버 위임 디렉토리                      | `/usr/share/unity3d/licenses/delegations`                                |
| 마이그레이션 전 서버 백업 위치               | `/usr/share/unity3d/LicensingServerBackups`                              |

## 서버 버전 2.0 이상 Windows OS의 경로

| **타입**                          | **경로**                                                                    |
| ------------------------------- | ------------------------------------------------------------------------- |
| 서버 로그 파일                        | `%PROGRAMDATA%\Unity\logs\Unity.Licensing.Server.log`                     |
| 서버 설정 로그 파일                     | `%PROGRAMDATA%\Unity\Unity.Licensing.ServerSetup.log`                     |
| 서버 임포트 로그 파일                    | `%PROGRAMDATA%\Unity\Unity.Licensing.ServerImport.log`                    |
| 서버 create-service 로그 파일         | `%PROGRAMDATA%\Unity\Unity.Licensing.CreateService.log`                   |
| 라이선스 서버 데이터 루트 디렉토리             | `%PROGRAMDATA%\Unity\LicensingServer\`                                    |
| licensing-server-config.json 파일 | `%PROGRAMDATA%\Unity\LicensingServer\config\licensing-server-config.json` |
| 감사 데이터베이스 파일                    | `%PROGRAMDATA%\Unity\LicensingServer\data\LicensingServerDb.sqlite`       |
| 서버 라이선스 디렉토리(현재 사용자)            | `%PROGRAMDATA%\Unity\licenses\`                                           |
| 서버 라이선스 디렉토리(모든 사용자)            | `%PROGRAMDATA%\Unity\licenses\`                                           |
| 서버 위임 디렉토리                      | `%PROGRAMDATA%\Unity\licenses\delegations`                                |
| 마이그레이션 전 서버 백업 위치               | `%PROGRAMDATA%\Unity\LicensingServerBackups`                              |

## 서버 버전 1.x 이하 Linux OS의 경로

| **타입**                          | **경로**                                                                        |
| ------------------------------- | ----------------------------------------------------------------------------- |
| 서버 로그 파일                        | `~/.config/unity3d/Unity/Unity.Licensing.Server.log`                          |
| 서버 설정 로그 파일                     | `~/.config/unity3d/Unity/Unity.Licensing.ServerSetup.log`                     |
| 서버 임포트 로그 파일                    | `~/.config/unity3d/Unity/Unity.Licensing.ServerImport.log`                    |
| 서버 create-service 로그 파일         | `~/.config/unity3d/Unity/Unity.Licensing.CreateService.log`                   |
| 라이선스 서버 데이터 루트 디렉토리             | `~/.config/unity3d/Unity/LicensingServer/`                                    |
| licensing-server-config.json 파일 | `~/.config/unity3d/Unity/LicensingServer/config/licensing-server-config.json` |
| 감사 데이터베이스 파일                    | `~/.config/unity3d/Unity/LicensingServer/data/LicensingServerDb.sqlite`       |
| 서버 라이선스 디렉토리(현재 사용자)            | `~/.config/unity3d/Unity/licenses/`                                           |
| 서버 라이선스 디렉토리(모든 사용자)            | `/usr/share/unity3d/licenses/`                                                |
| 서버 위임 디렉토리                      | `~/.config/unity3d/Unity/licenses/delegations`                                |
| 마이그레이션 전 서버 백업 위치               | `~/.config/unity3d/Unity/LicensingServerBackups`                              |

## 서버 버전 1.x 이하 Windows OS의 경로

| **타입**                          | **경로**                                                                     |
| ------------------------------- | -------------------------------------------------------------------------- |
| 서버 로그 파일                        | `%LOCALAPPDATA%\Unity\Unity.Licensing.Server.log`                          |
| 서버 설정 로그 파일                     | `%LOCALAPPDATA%\Unity\Unity.Licensing.ServerSetup.log`                     |
| 서버 임포트 로그 파일                    | `%LOCALAPPDATA%\Unity\Unity.Licensing.ServerImport.log`                    |
| 서버 create-service 로그 파일         | `%LOCALAPPDATA%\Unity\Unity.Licensing.CreateService.log`                   |
| 라이선스 서버 데이터 루트 디렉토리             | `%LOCALAPPDATA%\Unity\LicensingServer\`                                    |
| licensing-server-config.json 파일 | `%LOCALAPPDATA%\Unity\LicensingServer\config\licensing-server-config.json` |
| 감사 데이터베이스 파일                    | `%LOCALAPPDATA%\Unity\LicensingServer\data\LicensingServerDb.sqlite`       |
| 서버 라이선스 디렉토리(현재 사용자)            | `%LOCALAPPDATA%\Unity\licenses\`                                           |
| 서버 라이선스 디렉토리(모든 사용자)            | `%PROGRAMDATA%\Unity\licenses\`                                            |
| 서버 위임 디렉토리                      | `%LOCALAPPDATA%\Unity\licenses\delegations`                                |
| 마이그레이션 전 서버 백업 위치               | `%LOCALAPPDATA%\Unity\LicensingServerBackups`                              |
