AI Assistant proxy server ports
When I start Rider AI Assistant starts proxy servers to LLM providers. This is how it looks in logs:
2026-04-17 08:36:54,777 [ 34085] INFO - #c.i.m.l.l.s.OpenAIProxyServer - openai proxy server is running on http://127.0.0.1:50000
2026-04-17 08:36:54,780 [ 34088] INFO - #c.i.m.l.l.s.AnthropicProxyServer - anthropic proxy server is running on http://127.0.0.1:50001
2026-04-17 08:36:54,781 [ 34089] INFO - #c.i.m.l.l.s.GoogleProxyServer - google proxy server is running on http://127.0.0.1:50002
Is it possible to change these port numbers? My project also uses them during local development and now it can't be started.
Please sign in to leave a comment.
Hi,
At the moment, the ports used by the AI Assistant are not configurable within the IDE.
We understand this can conflict with local development environments.
There is already a feature request for this, tracked here:
LLM-24015 Allow changing the Codex default server port to avoid conflicts
Feel free to upvote it to stay updated once support for configurable ports is added.