diff --git a/README.md b/README.md
index a8a23db6..9cd63c3e 100644
--- a/README.md
+++ b/README.md
@@ -121,6 +121,39 @@ $ docker-compose down
+
+Https
+
+
+
+You can start videoconferencing directly from your Local PC, and be reachable from any device outside your network, simply by following [these steps](https://github.com/miroslavpejic85/mirotalksfu/issues/26#issuecomment-986309051).
+
+
+
+
+Self Host
+
+
+
+Change the `announcedIp` with your `Server public IPv4` on `app/src/config.js`:
+
+```js
+{
+ ip: '0.0.0.0',
+ announcedIp: 'Server Public IPv4', // 'xx.xxx.xxx.xx'
+}
+```
+
+Set the inbound rules:
+
+| Port range | Protocol | Source | Description |
+| ----------- | -------- | --------- | ------------------- |
+| 3010 | TCP | 0.0.0.0/0 | App listen on tcp |
+| 40000-40100 | TCP | 0.0.0.0/0 | RTC port ranges tcp |
+| 40000-40100 | UDP | 0.0.0.0/0 | RTC port ranges udp |
+
+
+
Notes
@@ -207,15 +240,6 @@ https://sfu.mirotalk.org
-
-Https
-
-
-
-You can start videoconferencing directly from your Local PC, and be reachable from any device outside your network, simply by following [these steps](https://github.com/miroslavpejic85/mirotalksfu/issues/26#issuecomment-986309051).
-
-
-
Credits