Verify URL Accessibility
To check if the licensing server URL https://api.erp.accessacloud.com/osto-licensing is accessible:
Open Command Prompt. Press Win + R, type cmd, and press Enter.
Ping the URL. Type ping api.erp.accessacloud.com and press Enter.
Use Curl to Test the URL. If available, type curl https://api.erp.accessacloud.com/osto-licensing to get a response from the server.
Check Port Activity
To see if anything is running on port 18555, you can use the netstat command:
Open Command Prompt as Administrator. Right-click the Start menu and select Command Prompt (Admin) or Windows PowerShell (Admin).
Run Netstat. Type netstat -aon | findstr :18555 and press Enter. Look for any entries with LISTENING under the State column, which indicates something is running on port 18555.
Verify Subscription Key
To check the subscription key for the OSTO Licensing service:
Navigate to the Configuration File. Open File Explorer and go to C:\Program Files (x86)\OSTO Licensing App\.
Open appsettings.json. Right-click on appsettings.json and choose "Open with" > "Notepad" (or any text editor of your choice).
Check Subscription Key. Look for a line named something like "SubscriptionKey": "<your_key_here>". Ensure this key matches the one provided for your service.
Service Restart
To ensure the licensing service starts correctly:
Open Services. Press Win + R, type services.msc, and press Enter.
Find the Licensing Service. Scroll through the list to find the "OSTO Licensing App" service.
Restart the Service. Right-click on the service and select Restart. If the service is not running, select Start.
Check Event Viewer
After attempting a service restart, check the Event Viewer for any related events:
Open Event Viewer. Press Win + R, type eventvwr.msc, and press Enter.
Navigate to Application Logs. In the Event Viewer, expand Windows Logs and select Application.
Filter for Licensing Service Events. Right-click on Application, select "Filter Current Log...", and enter the source name related to the OSTO Licensing App — this could be the service name or another identifier used in the log entries.
Review the Events. Look for any error or warning events that could indicate issues with the licensing service starting up or operating correctly.








