Error encountered with systemd service configuration.
Error encountered with systemd service configuration.
You're facing an issue where the service script fails because a required file isn't found. The error suggests that `unturned_headless.x86_64` doesn't exist in your current directory. Check the path and ensure the script is placed correctly. Also, verify that the Steam client library files are properly installed and accessible. Consider running the service with `sudo` if needed, or adjust the path accordingly.
It seems there might be a typo in the path. On Linux, the Steam folder is usually located at ~/.steam, which refers to your personal home directory. If you navigate there, it should work correctly. After switching, check if the Steam app appears. Also, confirm whether a user named "steam" exists on your system.
Systemd indicates the service ended with an error, making the screenshot less useful. Check logs or output from the script you're attempting to start. The error message suggests a missing file: "linux64/steamclient.so" appears to be the problem. Since it's a relative path, ensure the correct location is referenced from your current directory.
Unturned is just a dedicated server game. That means you're doing this way too complicated. There are three simpler options: write a basic shell script with launch arguments, set up a crontab to run it automatically, or place the script in /etc so it starts on boot. You can also use Pufferpanel or Pterodactyl Panel—open source tools you can install and manage via a web interface. Both work with LAMP/LEMP setups or have unofficial Docker versions for easy deployment.
Adjust your script to use the complete path or set the current directory correctly.