# Cursor cloud agents have no country picker

Cursor has no control for opening a site as the US or the UK. Install Aluvia on the cloud machine so the agent's browser leaves through a residential or mobile IP in the country you set.

A Cursor cloud agent browses from the VM it was given. There is no setting in Cursor for "open this site as the US" or "as the UK." The site uses the VM's IP.

## The command

```sh
npx aluvia-cli setup
aluvia geos
aluvia proxy-on --geo US
```

Replace `US` with the country you want the browser in. Omit `--geo` for the global pool. Sticky sessions last up to 30 minutes.

## The problem

Cloud agent documentation for Cursor explains the VM, the repo, and the browser. It does not explain how to put that browser in a specific country. The operator wants the page as the US or the UK; the datacenter is somewhere else.

## The solution

Install Aluvia on the same machine the agent is using. `aluvia proxy-on --geo US` then sends every tab through a residential or mobile IP in that country. Leave `--geo` off if the global pool is enough.

## What this does not do

This does not move Cursor's own region or the path a model takes through Cursor's routers. Only the cloud agent's browser IP changes. It is not a VPN application on the operator's laptop.

---

Source: https://aluvia.io/geo/cursor
