diff --git a/docs.it4i/general/accessing-the-clusters/tmux.md b/docs.it4i/general/accessing-the-clusters/tmux.md
index c096d26b3152a80e3c9d52a79474dc9d842fffa1..15ae6b860e543f8fc44a2656ff10f31202fcd301 100644
--- a/docs.it4i/general/accessing-the-clusters/tmux.md
+++ b/docs.it4i/general/accessing-the-clusters/tmux.md
@@ -2,8 +2,6 @@
 
 [Tmux][1] is an open-source terminal multiplexer which allows multiple terminal sessions to be accessed simultaneously in a single window. Tmux allows you to switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.
 
-Tmux is installed on Karolina's login nodes.
-
 Note that [GNU Screen][2] is not supported, but if you prefer it, you can install it in your `/home` folder:
 
 ```console