Downloads
Download Localtonet for your platform. Start the app instantly with a single command.
- Store
-
Microsoft Store
- Binaries
-
64-bit
-
32-bit
-
ARM64
-
Start Localtonet with Your Token:
You can run the application directly and paste your Token from the screen that opens or,open the Command Prompt or PowerShell in the folder where the localtonet is located, then run:
localtonet --authtoken <YOUR_TOKEN>This stores the token locally. Once authenticated, Localtonet is ready to use.
-
Run Localtonet as a Windows Service (Automatic Startup):
Install Localtonet as a Windows Service so it starts automatically on every boot, keeps running after logout, and does not require an open terminal. Run Command Prompt or PowerShell as Administrator, then:
localtonet --install-service --authtoken <YOUR_TOKEN>localtonet --start-service --authtoken <YOUR_TOKEN>The service is visible in services.msc. Use --stop-service, --status-service, or --remove-service to manage it.
Documentation:
Windows Docs


