1. Ports
  2. Port 1168

Port 1168 carries VChat, a telnet-based conference chat system from an earlier Internet—one where chatting meant connecting through a terminal window, not clicking a link in a browser.

What VChat Is

VChat is conference chat software that runs on port 1168.1 You connect to a VChat server using a telnet client, and you're dropped into channel 0, called the Lounge. From there, you can join other channels—public channels (positive numbers) or private channels (negative numbers)—and talk to whoever else is logged in.2

No graphics. No emoji. Just text scrolling up a terminal as people type.

VChat also includes vchatd, a telnet gateway that can run from inetd, which means anyone with a standard telnet client can participate in VChat conferences without specialized software.3 You didn't need a fancy app. You just needed telnet.

The Era of Talkers

VChat belongs to the era of talkers—chat systems that flourished in the 1990s before the web browser became the way we do everything online.4 Talkers were servers you connected to via telnet, and each one had its own community, its own theme, its own culture. You'd log in, choose a username, and find yourself in a text-based room with other people who were there at the same time.

IRC became the dominant chat protocol of the 1990s, but talkers like VChat had their own communities—smaller, stranger, more intimate than the sprawling IRC networks.5

How Port 1168 Works

When you connect to port 1168, you're making a TCP connection to a VChat server. The server assigns you to the Lounge (channel 0) by default. You can then use VChat commands to:

  • Join other channels (public or private)
  • Send messages to everyone on your channel
  • Send private messages to specific users
  • See who else is connected

The protocol is text-based. You type commands, the server responds with text. Everything happens in your terminal window.

What This Port Carries

Port 1168 is a time capsule. It's a registered port for a service that made sense in the 1990s, when chat meant terminal windows and typing, not emoji reactions and threaded conversations.

VChat servers still exist, though they're rare. The port still listens. And somewhere, someone is probably still typing into channel 0, waiting for someone else to show up.

The Internet moved on to graphical chat clients, then web-based messaging, then mobile apps. But port 1168 remains, carrying a protocol from when the Internet was text all the way down.

Security Considerations

Telnet sends everything in plaintext. Usernames, passwords, messages—all visible to anyone watching the network. VChat, running over telnet on port 1168, has the same vulnerability.

If you're running a VChat server, anyone on the network path can read every message, see every login. This was acceptable in the early Internet, when trust was higher and adversaries were fewer. It's dangerous today.

Modern encrypted alternatives (SSH, TLS) didn't exist or weren't widely used when VChat was created. The protocol is a product of its time.

If you encounter port 1168 open on a modern network, it's either a deliberate nod to history or a forgotten service that should probably be shut down.

Checking Port 1168

To see if something is listening on port 1168:

# Linux/Mac
sudo lsof -i :1168
netstat -an | grep 1168

# Windows
netstat -an | findstr 1168

# Test connection to a VChat server
telnet vchat.example.com 1168

If you connect successfully, you'll see the VChat server's greeting and be dropped into the Lounge.

  • Port 23 — Telnet, the protocol VChat runs on top of
  • Port 6667-6669 — IRC, the chat protocol that outlived talkers
  • Port 22 — SSH, the encrypted replacement for telnet

Why This Port Matters

Port 1168 represents a specific moment in Internet history: chat before the web, communities before social networks, real-time text conversations happening in terminal windows across phone lines and university networks.

Most people never used VChat. Most people never knew it existed. But for those who did, port 1168 was the door to a room where strangers became friends, one line of text at a time.

The protocol is obsolete. The era is over. But the port number remains, officially registered, waiting for a connection that might never come.

Ήταν χρήσιμη αυτή η σελίδα;

😔
🤨
😃