diff --git a/docs/managed-nmaas/user-information/nmaas-vnoc-migration-information.md b/docs/managed-nmaas/user-information/nmaas-vnoc-migration-information.md
new file mode 100644
index 0000000000000000000000000000000000000000..a7f412137cd94faf3fc32557d3da0ac7bf16d999
--- /dev/null
+++ b/docs/managed-nmaas/user-information/nmaas-vnoc-migration-information.md
@@ -0,0 +1,10 @@
+# nmaas VNOC Rebranding and Migration Information
+
+## Changes to client-access VPNs
+
+The following changes need to be made to existing OpenVPN client access VPN profiles in order to reuse them with the new VNOC infrastructure:
+
+1. Open the `.ovpn` file with any text editor.
+2. Delete the `compress` line.
+3. Change the `remote 150.254.160.131 1194 udp` to `remote openvpn01.nmaas.eu 1195 udp`
+4. Save the VPN and reconnect.
diff --git a/mkdocs.yml b/mkdocs.yml
index e571f37e88c75a5720e59676681a48dacf623708..48e89a36d719ec83bf6d678f9f0f940c28b04659 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -7,6 +7,8 @@ nav:
   - Managed nmaas:
     - Introduction: 'managed-nmaas/introduction.md'
     - nmaas Playground Instance: 'managed-nmaas/nmaas-playground-instance.md'
+    - User Information:
+      - User Migration Guide for nmaas VNOC: 'managed-nmaas/user-information/nmaas-vnoc-migration-information.md'
   - Self-Hosted nmaas:
     - Introduction: 'self-hosted-nmaas/introduction.md'
     - Installation Guide: 'self-hosted-nmaas/install-guide.md'