Skip to content

S2009-dev/ShutApp-Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 ShutApp Desktop

This is the desktop version of ShutApp that allows you to control your PC remotely with an Android device. It will open a WebSocket server on port 7421.
⚠️ I didn't implement any security measures, so don't use this in a public network.

📱 Don't forget to download the Android app too !

⚙️ Installation

ShutApp is available for Windows and Linux only.

🖥️ Windows

Open command prompt and run the following command to install ShutApp Desktop:

curl -s -o %TEMP%\windows.bat "https://raw.githubusercontent.com/S2009-dev/ShutApp-Desktop/refs/heads/main/installers/windows.bat" && %TEMP%\windows.bat

This will install ShutApp Desktop in your shell:startup (in order to run it on startup) and open the TCP port 7421 for remote connections.

🐧 Linux

Open terminal and run the following command to install ShutApp Desktop:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/S2009-dev/ShutApp-Desktop/refs/heads/main/installers/linux.sh)"

This will install ShutApp Desktop in /usr/local/bin and create a service to run it on startup.
⚠️ You need to open the TCP port 7421 for remote connections.

❤️ Credits

This project was made thanks to the basic_websocket project by PenTaist.

About

Desktop version of ShutApp that allows you to control your PC remotely with an Android device.

Topics

Resources

License

Stars

Watchers

Forks

Contributors