Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


chr-ibb

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by chr-ibb

  1. Hey everyone!  I've made an API in Python for managing a server without needing to use the control panel in a browser. I made it to help manage the Valheim server that some friends and I use (I plan on making a discord bot that can warn us when the server is down and/or start the server itself when it detects that it is down). It only supports basic actions: start, stop, restart, and info.

    https://github.com/chr-ibb/sspanel

    I've seen several posts on these forums either asking for a basic API, or seeking alternatives to manually starting the server if it goes down randomly. Maybe some fellow devs here will find it useful. Bear in mind, this is the first code I've ever published.

    To any SurvivalServers staff that might see this: I hope this is the right place to post this, I couldn't find a more appropriate place. The API just uses HTTPS requests to log in and do the desired action. Thanks for the great server hosting service! I've had a great time playing Valheim on a SurvivalServers server.