Automatically starting server after restart?Solved
Good morning all.

I try to restart my rust server every day at a certain time. I leafed through Umod, and I quickly understood that no plugins were doing this task. Do you have an idea to offer me please?
Thank you in advance.
Smooth Restarter, Timed Execute, etc. can "restart" your server, but the only thing that your server and plugins can do in reality is shut the server down. To actually start the server, you'd need an external tool or script that monitors when the server shuts down and starts it again.

If that isn't what you are asking, just let me know.
@Wulf
So in terms of plugins, I understood that it does not restart a server ... I am looking for software or an external practice to do it ... I am on windows-server.
oki, but where config hours???

echo.
 echo Restarting server...
 timeout /t 10
 echo.
 gotostart
That example script just handles the actual starting of the server. If you want schedule a the shut down, you'd want to use a plugin such as Timed Execute or Smooth Restarter to handle that. It's a two part system.
okiii....So I add this at the end of my .bat and + a plugin ?

Merged post

Ok, it's good. thanks you for help me. 
Locked automatically