Skip to content

fstltna/net64PlusStartup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Net64+ Server Startup Scripts (1.0.0)

Startup scripts for the net64+ game server - uses the "screen" command to manage session. This also restarts the net64+ server process if it crashes.

Official support sites: Official Github Repo - Official Forum


These start up the net64+ server at boot time with a "screen" process.

  1. Copy net64plus into /etc/init.d - make sure it is executable
  2. Copy startnet64plus into /root/net64plus-server - make sure it is executable
  3. Run "systemctl enable net64plus" (only needed once, will stick)
  4. Run "systemctl start net64plus" - starts net64+ without restarting the server

When you want to view the net64+ console, just enter "screen -r" in your shell.

To disconnect from the net64+ console just press CTRL-A CTRL-D. This will leave it running and you can reconnect to it again.

I have only tested this on a Ubuntu 16.04 server...

If you want to turn off the server respawning type "touch /root/net64plus-server/nostart". To reenable it type "rm /root/net64plus-server/nostart".


Note: If you don't already have the "screen" tool installed you will need to install it by "sudo apt-get install screen".

About

Starts the net64+ server at boot time, restarts it should it exit (1.0.0)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages