APKVault – Installation Notes ============================= This package contains: - APKVault Panel (server-side) - Base APK (Android app) -------------------------------------------------- 1) PANEL LOCATION -------------------------------------------------- You may place the APKVault panel ANYWHERE on your server. Example: If uploaded to: /www/wwwroot/domain.co.uk/example/ Then the panel base URL is: https://domain.co.uk/example/apkvault -------------------------------------------------- 2) ANDROID APP – PANEL API URL -------------------------------------------------- The Android app must be pointed to your panel API. Edit the following file in the APK (smali): smali/com/apkvault/app/panel/PanelUrl.smali On or around line 30, set: const-string v0, "https://yourdomain.co.uk/apkvault/api/api.php" Replace the URL with your actual panel API endpoint. -------------------------------------------------- 3) SOURCEGUARDIAN REQUIREMENT -------------------------------------------------- The APKVault panel is protected with SourceGuardian. Requirements: - SourceGuardian Loader v16 - PHP 8.2 – 8.5 supported The loader MUST be installed and enabled on the server, otherwise the panel will not run.