@0xlangeai: https://x.com/0xlangeai/status/2093192039051489662

X AI KOLs Following News

Summary

This tutorial provides a detailed introduction on how to set up a private network using Tailscale, establish an SSH connection to the Grok Bot server, covering device preparation, installation steps, and important notes.

https://t.co/DzJVBMCVlo
Original Article
View Cached Full Text

Cached at: 08/30/26, 06:12 PM

Connect to Grok Bot Server via SSH – A Step-by-Step Guide

Many people use Grok Bot as a chat interface.

But behind it lies a real Linux server.

This server supports SSH.

Most users only interact with the assistant through the dialogue box—but you can also connect to this server directly from your own computer with a command.

The connection works through Tailscale—a networking tool that creates a private network between the server and your device. Official site: tailscale.com. The free personal plan is sufficient.

Prepare Two Devices

One is the Grok Bot server. Official documentation: Computer and apps.

The username is box—not root, and not the name you give the assistant. Files are mainly stored in /home/box and /workspace.

The other is your own computer—Mac, Windows, or Linux will all work.

Your computer must also have Tailscale installed. If already installed, skip this step and just log in to the same account.

On the Grok Bot server side, ask the bot to install Tailscale and then present the login page for you to click.

Both sides must use the same account—not two friends adding each other, but your own network.

The official support doesn’t treat SSH as a first-class feature, so this is a workaround to enable SSH access.

How to Use It Personally – Just Three Steps

Step 1: Install Tailscale on your computer. Skip if already installed.

Step 2: Log the Grok Bot server into the same account.

Step 3: Open the Tailscale console and verify that both devices show a green indicator.

Step 4: On your computer, enter:

ssh [email protected]

Replace 100.x.x.x with the address assigned to the server in the Tailscale network. You can find it by running tailscale status.

The username is always box.


Step 1: Install Tailscale on Your Computer

Go to tailscale.com/download and install the app for your operating system—Mac, Windows, and Linux are all supported.

After installation, open the app and log in with your account. Once the status shows “Connected,” you’re good to go.

The Grok Bot server will later use the same account—not a new registration.


Step 2: Log the Grok Bot Server into Tailscale

Ask the bot to install Tailscale directly.

A login authorization page will pop up. This step requires manual operation. Just log in with your Tailscale account.


Step 3: Confirm the Connection

In the bot’s environment, check the Tailscale status.

If you can see both devices and obtain a 100.x address, you’re ready to connect.


Step 4: Connect from Your Computer

As long as the Tailscale app is running on your computer, no need to install the command-line interface.

Open a terminal and enter:

ssh [email protected]

You’re now inside.


Two Issues and What to Avoid

The Grok Bot server may occasionally fail when trying to connect to itself by its own name. This problem doesn’t occur when connecting from your own computer.

Do not expose port 22 of this machine to the public internet.

Do not paste internal tunnel addresses or tokens into the chat.

Similar Articles

@brucexu_eth: Tailscale is absolutely amazing! Now all my servers and devices are connected via Tailscale, and I've enabled Tailscale SSH. Since then, I've basically never fiddled with Private Keys again, nor do I need to sync SSH keys everywhere. I just ssh root@ta…

X AI KOLs Timeline

The user shares how they used Tailscale to configure access control and SSH policy to isolate internal and public servers, preventing lateral spread after a breach. By grouping devices with tags, they restrict public servers from reverse-connecting to personal devices, improving security.

@NFTCPS: Tailscale does something counterintuitive, launching Tailcat. In a nutshell: Tailscale without Tailscale. No account registration, no VPN installation, no port opening, no root required, and it doesn't alter your routing or DNS. Two machines, send a short t…

X AI KOLs Following

Tailcat is an open-source tool launched by Tailscale that allows direct connection between two machines via WireGuard end-to-end encryption without account registration or VPN installation, supporting file transfer, SSH, and proxy functions.

@wangdefou: https://x.com/wangdefou/status/2077736785611026799

X AI KOLs Timeline

This is a detailed tutorial on how to build an X/Twitter trending post monitoring tool using Grok CLI and Hermes Agent, from installing dependencies to writing scripts, configuring scheduled tasks, and finally pushing notifications via Telegram.

@FeitengLi: Here's how I use it: 1. Mac Mini is not carried around—it stays at home in the living room with Tailscale enabled. When outside, I use Mac's built-in Screen Sharing to connect directly via the Tailscale IP (also use Cloudflare Zero Trust as a backup in case Tailscale is accidentally disconnected, e.g., if I manually turn it off).

X AI KOLs Timeline

Introduces a method to remotely connect to a home Mac Mini via Tailscale and Screen Sharing for a development environment, using tmux to maintain sessions and a consistent setup.