<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hironobu Tozuka</title>
    <description>The latest articles on DEV Community by Hironobu Tozuka (@ht_fe463f3af9bf18f).</description>
    <link>https://dev.to/ht_fe463f3af9bf18f</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3921899%2F7aa67c62-e88e-484d-b4c9-3617e1ec61b0.jpg</url>
      <title>DEV Community: Hironobu Tozuka</title>
      <link>https://dev.to/ht_fe463f3af9bf18f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ht_fe463f3af9bf18f"/>
    <language>en</language>
    <item>
      <title>I built a cross-platform remote access tool because I wanted unlimited remote sessions</title>
      <dc:creator>Hironobu Tozuka</dc:creator>
      <pubDate>Sat, 09 May 2026 13:55:04 +0000</pubDate>
      <link>https://dev.to/ht_fe463f3af9bf18f/i-built-a-cross-platform-remote-access-tool-because-i-wanted-unlimited-remote-sessions-461j</link>
      <guid>https://dev.to/ht_fe463f3af9bf18f/i-built-a-cross-platform-remote-access-tool-because-i-wanted-unlimited-remote-sessions-461j</guid>
      <description>&lt;p&gt;I’m an independent developer building FlashDesk, a cross-platform remote access tool for Windows, macOS, and Linux.&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://flashdesk.io/" rel="noopener noreferrer"&gt;https://flashdesk.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The reason I started building it was simple: I wanted a remote access tool that I could use freely across multiple machines, multiple windows, and multiple sessions without running into artificial limits.&lt;/p&gt;

&lt;p&gt;Most remote access tools work well for one simple connection. But once I wanted to monitor multiple remote machines, open several viewer windows, switch between remote desktop and SSH, transfer files, or keep a record of what happened during a session, the workflow started to feel fragmented.&lt;/p&gt;

&lt;p&gt;So I started building FlashDesk.&lt;/p&gt;

&lt;h2&gt;
  
  
  What FlashDesk does
&lt;/h2&gt;

&lt;p&gt;FlashDesk combines several remote access features into one app:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Remote desktop&lt;/li&gt;
&lt;li&gt;SSH&lt;/li&gt;
&lt;li&gt;File transfer&lt;/li&gt;
&lt;li&gt;Chat&lt;/li&gt;
&lt;li&gt;Connection management&lt;/li&gt;
&lt;li&gt;Session recording and playback&lt;/li&gt;
&lt;li&gt;Multiple remote viewer windows&lt;/li&gt;
&lt;li&gt;Windows / macOS / Linux support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is not just to make another remote desktop app.&lt;/p&gt;

&lt;p&gt;The goal is to make a practical tool for developers, IT support, remote maintenance, and people who often need to work across multiple machines.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I think multiple sessions matter
&lt;/h2&gt;

&lt;p&gt;A lot of remote access workflows are not just “connect to one PC and fix one thing.”&lt;/p&gt;

&lt;p&gt;Sometimes you want to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;monitor several remote machines at once&lt;/li&gt;
&lt;li&gt;keep one remote desktop open while using SSH on another machine&lt;/li&gt;
&lt;li&gt;compare behavior across multiple environments&lt;/li&gt;
&lt;li&gt;support more than one user or device&lt;/li&gt;
&lt;li&gt;watch logs, terminals, and GUI apps at the same time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is why I wanted FlashDesk to make multiple remote windows and sessions feel natural instead of treating them as an edge case.&lt;/p&gt;

&lt;h2&gt;
  
  
  Trust is the hardest part
&lt;/h2&gt;

&lt;p&gt;Remote access software is sensitive.&lt;/p&gt;

&lt;p&gt;Asking someone to install a tool that can view or control a computer is a much higher trust barrier than asking them to try a note-taking app or a small CLI tool.&lt;/p&gt;

&lt;p&gt;Because of that, I’ve been working on making the security and connection model as clear as possible.&lt;/p&gt;

&lt;p&gt;Security page:&lt;br&gt;
&lt;a href="https://flashdesk.io/security.html" rel="noopener noreferrer"&gt;https://flashdesk.io/security.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’m trying to explain things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how connections are established&lt;/li&gt;
&lt;li&gt;when direct connections are used&lt;/li&gt;
&lt;li&gt;when relay servers may be used&lt;/li&gt;
&lt;li&gt;what kind of data is handled by the server&lt;/li&gt;
&lt;li&gt;how distributed apps are signed&lt;/li&gt;
&lt;li&gt;what users should check before trusting the software&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I still think this part is difficult. Too little information looks suspicious, but too much technical detail can become unreadable.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I’m looking for
&lt;/h2&gt;

&lt;p&gt;I’m mainly looking for feedback from developers, sysadmins, IT support people, and power users.&lt;/p&gt;

&lt;p&gt;I would especially appreciate feedback on these points:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Does the website look trustworthy enough for a remote access tool?&lt;/li&gt;
&lt;li&gt;Is the security explanation clear?&lt;/li&gt;
&lt;li&gt;Is the positioning understandable compared with tools like AnyDesk, TeamViewer, RustDesk, or Remote Desktop?&lt;/li&gt;
&lt;li&gt;What would stop you from trying it?&lt;/li&gt;
&lt;li&gt;Are there any features you would expect from this type of tool?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You do not need to install it if you are not comfortable testing remote access software from an independent developer.&lt;/p&gt;

&lt;p&gt;Even feedback on the website, wording, security page, or product positioning would be useful.&lt;/p&gt;

&lt;p&gt;FlashDesk:&lt;br&gt;
&lt;a href="https://flashdesk.io/" rel="noopener noreferrer"&gt;https://flashdesk.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fryhzexgtgaw0wjpykgu2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fryhzexgtgaw0wjpykgu2.png" alt=" " width="800" height="596"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>productivity</category>
      <category>remotedesktop</category>
      <category>security</category>
    </item>
  </channel>
</rss>
