Skip starting server from GUI when server is already running by notpeelz · Pull Request #1612 · SlimeVR/SlimeVR-Server
Navigation Menu
{{ message }}
SlimeVR / SlimeVR-Server Public
- Notifications You must be signed in to change notification settings
- Fork 223
Merged
loucass003 merged 4 commits intoSlimeVR:mainfrom
Dec 2, 2025Merged
Skip starting server from GUI when server is already running#1612
loucass003 merged 4 commits intoSlimeVR:mainfrom
Skip starting server from GUI when server is already running#1612
loucass003 merged 4 commits intoSlimeVR:mainfrom
Conversation
Copy link
Contributor
notpeelz
commented
Nov 3, 2025
notpeelz
commented
Skips starting the server if the WebSocket port is in use, allowing running the server via a systemd service without showing an error message every time the GUI opens.
Also adds a command-line argument to skip starting the server.
notpeelz
requested a review
from loucass003
as a code owner
ButterscotchV approved these changes Nov 5, 2025
gui/src-tauri/src/main.rs
Show resolved
Hide resolved
gui/src-tauri/src/main.rs Show resolved Hide resolved
notpeelz
force-pushed
the
feat-no-server-init
branch
from
13ec142 to
cbd6516
Compare
ButterscotchV
added
Priority: Normal
labels
Nov 19, 2025ImSapphire approved these changes Nov 23, 2025
Copy link
Member
ImSapphire
left a comment
ImSapphire
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Been using this for a while with the server as a systemd service, works great!
notpeelz added 4 commits
November 23, 2025 12:55
notpeelz
force-pushed
the
feat-no-server-init
branch
from
cbd6516 to
632ba7c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment