C
Coder.com•4mo ago
bauti

How can i change the current region?

Hello! I want to change the region to Sao Pablo, how can i do that? I looked in the documentation but found nothing
No description
Solution:
You can also run your Coder instance closer to where you live 🙂
Jump to solution
7 Replies
Codercord
Codercord•4mo ago
<#1221664280588324984>
Category
Help needed
Product
Coder OSS (v2)
Platform
Windows
Logs
Please post any relevant logs/error messages.
Cian
Cian•4mo ago
You'd need to create your own workspace proxy and run it near or close to SP and name it appropriately (https://coder.com/docs/v2/latest/admin/workspace-proxies) -- note that this is an enterprise feature.
Workspace Proxies - Coder v2 Docs
Run geo distributed workspace proxies
bauti
bauti•4mo ago
Thanks! So the only way to get better speeds is with enterprise?
Solution
Cian
Cian•4mo ago
You can also run your Coder instance closer to where you live 🙂
Cian
Cian•4mo ago
Alternatively, if your workspace is running close to you, the CLI should try to connect directly wherever possible https://coder.com/docs/v2/latest/networking#direct-connections
Networking - Coder v2 Docs
Learn about networking in Coder
bauti
bauti•4mo ago
Sorry, I can't understand the documentation correctly. Could you explain me how to make a direct connection? What I did was the following: Open port 3478 Start coder server with my public ip (coder server --access-url http://<public-ip>) And when i try to connect with my public ip it doesnt load
Cian
Cian•4mo ago
Could you explain me how to make a direct connection?
The CLI will attempt to do that automatically. You can check the direct connection status with coder ping <workspace name> -n 100 -- if you get a direct connection you will see p2p, in the output, otherwise you will see proxied.
when i try to connect with my public ip it doesnt load
Can you elaborate more on what you mean by this? Are you connecting in the browser or via coder ssh? Have you checked the "Health" tab of your Coder deployment?