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
7 Replies
<#1221664280588324984>
Category
Help needed
Product
Coder OSS (v2)
Platform
Windows
Logs
Please post any relevant logs/error messages.
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
Thanks! So the only way to get better speeds is with enterprise?
Solution
You can also run your Coder instance closer to where you live 🙂
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
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
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 loadCan 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?