> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/ubuntu/obtaining-a-list-of-ubuntu-repository-mirror-servers.md).

# Obtaining a List of Ubuntu Repository Mirror Servers

We can get the latest mirror server list for Ubuntu from this [URL](http://mirrors.ubuntu.com/mirrors.txt).

## Example

```bash
curl http://mirrors.ubuntu.com/mirrors.txt
https://repo.extreme-ix.org/ubuntu/
https://in.mirror.coganng.com/ubuntu-ports/
https://in.mirror.coganng.com/ubuntu/
http://mirrors.piconets.webwerks.in/ubuntu-mirror/ubuntu/
http://repos.del.extreme-ix.org/ubuntu/
http://ubuntu.hbcse.tifr.res.in/ubuntu/
http://ftp.iitm.ac.in/ubuntu/
http://mirror.cse.iitk.ac.in/ubuntu/
https://mirrors.nxtgen.com/ubuntu-mirror/ubuntu/
http://archive.ubuntu.com/ubuntu/
```

**Note:** The list of mirror servers returned is specific to the country associated with the IP address.
