ownserver-client-gui
ownserver-client-gui copied to clipboard
Expose your local game server to the Internet
OwnServer Client GUI
Overview
This software aims to minimize cost and effort to prepare local game server like Minecraft, Factorio, RUST and so on.
- Cost you'll save
- You can utilize any redundunt compute resource for game server as long as they can connect to the Internet.
- You can save cost for Cloud, VPS.
- Effort you'll save
- No firewall, NAT settings is required.
This repository provides GUI application, which is the frontend of ownserver
Prerequisite
Game | Requirement |
---|---|
Minecraft | java installed |
Factorio | docker installed |
Installation
Pick the latest release from here: https://github.com/Kumassy/ownserver-client-gui/releases
for Windows user, download *.msi
.
for macOS user, download *.dmg
.
for Linux user, download *.AppImage
.
Contributing
This software uses tauri framework. Read about tauri here.
Build
yarn install
yarn tauri dev # run app in debug mode
yarn tauri build # build app for release
Issue, PR
Feel free to open Issues and Pull Requests!
License
MIT