diff --git a/reStream.sh b/reStream.sh
index e70f1f3..1731c5f 100755
--- a/reStream.sh
+++ b/reStream.sh
@@ -131,7 +131,7 @@ trap exit_rm EXIT INT HUP
 # SSH_CONNECTION is a variable on reMarkable => ssh '' instead of ssh ""
 # shellcheck disable=SC2016
 remarkable_ip() {
-    ssh_cmd 'echo $SSH_CONNECTION' | cut -d\  -f3
+    ssh_cmd 'echo $SSH_CONNECTION' | cut -d\  -f3 | cut -d":" -f4
 }
 
 # check if we are able to reach the remarkable