TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is there a market for a multi-computer remote control app?

2 pointsby vsakosover 9 years ago
Back in school a friend of mine and me created an app prototype for controlling multiple computers at once. Since there was no screen sharing, there were just basic tasks like shutting down computers, sharing a file, running an app, etc., but you could run them on hundreds or thousands of computers with a single click.<p>He is not interested in this anymore, but I&#x27;m thinking about rebuilding everything from scratch (the old one was built with Delphi and PHP - yes, don&#x27;t laugh, a TCP socket server in PHP CLI). The only problem is, I&#x27;m not sure there is a market for a software like this, since now everyone is into TeamViewer and other 1-to-1 screen-sharing remote control tools. Who would use this app? Maybe schools for managing their computers in classrooms&#x2F;computer labs?<p>Another question is, if I decide to create it and make it paid, which model will be the best?<p>- Selling the app server and the customers will have to install it on their own machine&#x2F;VPS<p>- Running the app servers myself and selling it as a SaaS<p>- Both<p>The client software for the slave machines would be available for free of course.

1 comment

PaulHouleover 9 years ago
It is an established market.<p>In the Linux world, for instance, there are all kinds of tools for managing server farms.<p>Windows includes all sorts of management APIs which can be accessed through COM and .NET, so you can write scripts in some language like VB.net or F# to automate tasks.<p>There may be an opportunity there but it is going to be something specific.