FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
tmate: the fastest way to share your terminal
How-ToTools

tmate: the fastest way to share your terminal

via Dev.toMichael Saparov10h ago

Sometimes you need to quickly share your terminal with someone — for debugging, pair programming, or helping a colleague. Instead of setting up SSH access or screen sharing, you can use tmate. tmate is a fork of tmux that allows you to share your terminal session over the internet. Run the following command on the server you want to share: tmate After running the command, tmate will create a shared session and display connection links. Connecting to ssh.tmate.io... Note: clear your terminal before sharing readonly access web session read only: https://tmate.io/t/ro-ptJWCzDvxntCGkfhZSU37HrXg ssh session read only: ssh ro-ptJWCzDvxntCGkfhZSU37HrXg@lon1.tmate.io web session: https://tmate.io/t/JH3vTLhbGeUfX8TPdZCTCx4Yr ssh session: ssh JH3vTLhbGeUfX8TPdZCTCx4Yr@lon1.tmate.io Press q or Сtrl-c to continue Then run the following command from another machine: ssh JH3vTLhbGeUfX8TPdZCTCx4Yr@lon1.tmate.io That's it. Now multiple users can work in the same terminal session in real time. P.S. tma

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

How-To

The fact that we know what hunger and thirst are makes us treat them as normal.

Medium Programming • 18m ago

The Journey of a 19-Year-Old Bangladeshi Muslim Software Engineer
How-To

The Journey of a 19-Year-Old Bangladeshi Muslim Software Engineer

Medium Programming • 40m ago

How-To

The Hidden Magic (and Monsters) of Go Strings: Zero-Copy Slicing & Builder Secrets

Medium Programming • 1h ago

Why Watching Tutorials Won’t Make You a Good Programmer
How-To

Why Watching Tutorials Won’t Make You a Good Programmer

Medium Programming • 4h ago

The Code That Makes Rockets Fly
How-To

The Code That Makes Rockets Fly

Medium Programming • 5h ago

Discover More Articles