Connect to CloudPhone
This guide will help you connect to a GeeLark CloudPhone using TikMatrix.
You can purchase a CloudPhone from GeeLark.
Enable ADB
Enable ADB in the desired CloudPhone profile from the Profiles section.
You can also enable ADB for multiple profiles at once.
Start the Profile
After opening the profile, click the 🔗 icon to get the IP address, port, and connection code for the CloudPhone.
Run ADB Commands
- Click
Settings
>Open ADB Terminal
in TikMatrix. - Run the connection command based on your operating system and check if your phone appears in the list with status
device
. - Run the authentication command to authenticate the connection.
For Windows systems
.\adb.exe connect <IP_ADDRESS>:<PORT>
.\adb.exe -s <IP_ADDRESS>:<PORT> shell glogin <CONNECTION_CODE>
For Mac/Linux systems
./adb connect <IP_ADDRESS>:<PORT>
./adb -s <IP_ADDRESS>:<PORT> shell glogin <CONNECTION_CODE>
For example, if your IP address is
1.2.3.4
and your port is5555
and the connection code isf850ef
Windows:
.\adb.exe connect 1.2.3.4:5555
.\adb.exe -s 1.2.3.4:5555 shell glogin f850efMac/Linux:
./adb connect 1.2.3.4:5555
./adb -s 1.2.3.4:5555 shell glogin f850ef
Final Steps
Open TikMatrix and wait for the CloudPhone to appear in the device list. If it doesn't show up immediately, try refreshing the device list.
Congratulations! You are now connected to your CloudPhone and can manage it like any other Android device in TikMatrix.