this post was submitted on 21 Nov 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Self hosting an Ark Survival game server for my friends and I. Have it running through a windows VM on Proxmox.

What is the best way to go around the “Windows Update auto restarting the server” deal?

I set up a batch file to run server on start up in case, my other issue is I have the Windows login page and would like to skip right to the desktop instead to auto launch server.

Appreciate any advice thank you.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

Google Windows update local group policy for the first one, and enable kiosk login for the second one.

[–] [email protected] 1 points 10 months ago

For the second issue:

Run > 'netplwiz' > 'users' tab > uncheck 'Users must enter a username and password to use this computer' > click 'ok' > finally, enter the user+pass to be auto logged-in.

Windows will now login to the specified user on startup.

[–] [email protected] 1 points 10 months ago

You set a wsus server which doesn't exist in group policy.

At least that's how I used to do it.