why jetbrains idea 2026.1 always connect to Tencent's domain localhost.ptlogin2.qq.com?

已回答

I'm supervise Idea 2026.1 network connection, it is always connect to localhost.ptlogin2.qq.com? why? Is this sending my usage analysis to Tencent?

 

this is user installed plugin:
 

 

 

0

Hello 727261250 

Based on what I can see in the image you shared, this does not look like IntelliJ IDEA 2026.1 sending JetBrains usage analytics to Tencent.

The connection in your screenshot ptlogin2.qq.com is associated with QQ/Tencent login-related services, and the localhost.ptlogin2.qq.com pattern is commonly used for local quick-login/proxy communication rather than standard JetBrains product telemetry.

From the installed plugins shown in your screenshot, the most likely third-party candidate is MyBatisCodeHelperPro. This is not a JetBrains plugin, and its Marketplace page references Chinese documentation and a QQ group. Because of that, it is a much stronger suspect.

At this point, my recommendation is:

  1. Disable MyBatisCodeHelperPro.
  2. Restart IntelliJ IDEA.
  3. Check whether the connection to localhost.ptlogin2.qq.com still appears.

If the traffic disappears after disabling that plugin, then the behavior is coming from the plugin rather than from IntelliJ IDEA itself.

If you keep seeing the connection, please also try starting the IDE with all third-party plugins disabled. go to Settings | Plugins | ⚙ | Disable all downloaded plugins, and click the OK button. Verify if the issue persists. If it's resolved, then start enabling the plugins one by one to find the problematic one.

0

请先登录再写评论。