Connecting ORVPN 1.0.1 to the Cockpit Panel Print

  • 0

This guide will walk you through the process of modifying the ORVPN 1.0.1 APK to connect it to your Cockpit Panel API.

Prerequisites

  • MT Manager installed
  • Access to the ORVPN 1.0.1 APK file
  • Your own Cockpit Panel URL (e.g. https://yourdomain.com/api/orvpn/)

Steps

1. Open the APK

  • Launch MT Manager and open the ORVPN 1.0.1 APK.

2. Modify the URLs

Navigate to the following locations and modify the URLs:

  • In com/Com: Change the URL:
    const-string v0, "https://demo.cockpit.lol/api/orvpn/"
    Replace it with your own Cockpit Panel URL:
    const-string v0, "https://yourdomain.com/api/orvpn/"
  • In com/ottrun/orvpn/Config: Change the URL:
    const-string v0, "https://demo.cockpit.lol/api/orvpn/"
    Replace it with your own Cockpit Panel URL:
    const-string v0, "https://yourdomain.com/api/orvpn/"

3. Save, Compile, and Sign

  • After making the changes, tap the Save button in MT Manager and then choose Compile.
  • Once the app is compiled, sign the APK using your preferred signing method.

4. Test the APK

  • Install the modified APK on your device and test it to ensure the connection to your Cockpit Panel is working properly.

Once everything is set up and tested, your ORVPN 1.0.1 APK should be fully connected to your Cockpit Panel API.


Was this answer helpful?

« Back