Skip to content
Matteo edited this page Apr 7, 2023 · 4 revisions

Nogui mode will prevent the GUI from appearing and messages will be displayed on the terminal. It can be useful when dealing with more than one instance, however it makes more difficult to write messages while also receiving lots of them, since already typed text may disappear, even if it's not truly deleted: by pressing ENTER all the text typed before will be sent.

[...]

---> nogui
Enter server's IP address (default = 127.0.0.1) -> 123.45.67.89
Enter server's port (default = 55555) -> 8003
Your nickname -> SERVER
- NOTE: some servers or profiles may require a password to connect, leave blank if it's not your case.
Password for profile -> sa4lstxEy97mkwDsekik

Connecting...
Making requests...
Encrypted tunnel active!

[2023/04/07 19:17:57] >>> "SERVER" joined!
[2023/04/07 19:17:57] Connected to server as "SERVER"! 1 users online. List of commands: /help
Hi GitHub users   <-------------------------------------------------------------------------------- *** typed text ***
[2023/04/07 19:18:27] > SERVER: Hi GitHub users
[2023/04/07 19:19:41] >>> "WWhite" joined!
[2023/04/07 19:20:02] > WWhite: Good evening everyone!
Welcome back
[2023/04/07 19:20:35] > SERVER: Welcome back
Clone this wiki locally