> For the complete documentation index, see [llms.txt](https://meshnet.nordvpn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meshnet.nordvpn.com/features/renaming-devices/ios.md).

# Renaming devices on iPhone/iPad

This page provides instructions for renaming devices in your Meshnet on the iOS/iPadOS app.

## Rename a device

To rename any device in your Meshnet, follow these steps:

1. Open **NordVPN**.
2. Go to  **Products** <img src="/files/fnGLtxGkWpaBrxQKqCU4" alt="" data-size="line"> > **Meshnet** <img src="/files/ZKtk7xbdpRRtNXmrvNrx" alt="" data-size="line">.
3. Depending on which device's name you want to change, do one of the following:
   * To rename this device, tap the More ![](/files/CCx8RTTzCv8qYY5qXIQt) menu in the upper-right corner, and select **Rename this device**.

     <div align="left"><figure><picture><source srcset="/files/gq2Z11fWLG9D42UGDctl" media="(prefers-color-scheme: dark)"><img src="/files/dhNHgejmkPjbw5jwhnKm" alt="Arrow pointing to the More menu button and the menu&#x27;s items displayed on the screen." width="375"></picture><figcaption></figcaption></figure></div>

     &#x20;
   * To rename a peer device:
     1. Select the **Manage devices** card.
     2. Tap the arrow button next to the device you want to rename.

        <div align="left"><figure><picture><source srcset="/files/zOYvOcqsbuRfRnGY2vf5" media="(prefers-color-scheme: dark)"><img src="/files/ydcyWRPmyNkjITUZ5Aeb" alt="" width="375"></picture><figcaption></figcaption></figure></div>

        &#x20;
     3. Select the arrow next to **Name**.

        <div align="left"><figure><picture><source srcset="/files/o5BTHJZCKn9mklbx2b9Q" media="(prefers-color-scheme: dark)"><img src="/files/nS2vlZzjDbYoTWqBDUPY" alt="Arrow button on the right of the Nord name is highlighted." width="375"></picture><figcaption></figcaption></figure></div>

        &#x20;
4. In the **Name** field, replace the pre-filled Nord name with the new nickname you want the device to have.
5. Tap **Save** to apply the change.

   <div align="left"><figure><picture><source srcset="/files/5iOuDasWDEFKKXvG0jNu" media="(prefers-color-scheme: dark)"><img src="/files/ysd5hn7Zjzowch0HxBNF" alt="&#x22;Save&#x22; button highlighted." width="375"></picture><figcaption></figcaption></figure></div>

The new custom nickname for the device should now be displayed in your Meshnet device list and synced across all your personal devices.

<div align="left"><figure><picture><source srcset="/files/4n6vpPgigpfWZvGJwAug" media="(prefers-color-scheme: dark)"><img src="/files/rI08Af7VT6BrV5qaySHg" alt="Custom nickname displayed in the Meshnet peer device list." width="375"></picture><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Note**

To remove a device's nickname and restore it to the original Nord name, on the **Rename device** screen, tap the **Reset to Nord name** button, tap **Reset** to confirm, and then select **Save**.
{% endhint %}

## See also

* [Renaming devices on Windows](/features/renaming-devices/windows.md)
* [Renaming devices on Android](/features/renaming-devices/android.md)
* [Renaming devices on macOS](/features/renaming-devices/macos.md)
* [Renaming devices on Linux](/features/renaming-devices/linux.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://meshnet.nordvpn.com/features/renaming-devices/ios.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
