System Configuration
Bridge Configuration
The bridge configuration path is usually bridgebin/config/config.toml under the control center installation directory. You can edit it with Notepad.
Find the following configuration options in the folder:
[site]# Control center address — used for distributed deployment# ws:// is fixed; after it comes the IP of the PC running the control center + control center portremote = "ws://127.0.0.1:8019"
[agent]# Whether to enable device discovery: 1 = enabled, 2 = disabled# Enabled by default; if using web tools mode deployed to a server, you may disable itstartup = 1# Agent runtime port# Sets the runtime port for the agent IPAagentPort = 18500# Screen mirroring runtime port# Sets the runtime port for agent screen mirroringscreenPort = 18600# Device discovery mode: 1 = listen, 2 = scanscanMode = 1# Agent startup timeout in seconds# Time the control center waits to detect agent IPA startup resultdetectTimeout = 15# For iOS 15+ devices, whether to run the agent IPA as a normal app: 1 = yes, 2 = no# For iOS 15+, this mode keeps automation running without restarting the phonerun15iOSIpaAgentAsApp = 2# Whether to automatically reset USB connection when starting the agent service: 1 = yes, 2 = noresetUsbConAuto = 2# Screen mirroring quality: 1–100screenSteamQuality = 50