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
  1. This is actually the same issue that motivated me to make a basic python API for managing a server without logging in manually. Anyone having the same problem might find it useful. I plan on making a discord bot that uses the api to ensure our server is always up when we want it to be up. https://github.com/chr-ibb/sspanel
  2. I've made a basic API in python for starting, stopping, and restarting a server, as well as getting server info. I know this is an old post, but who knows, maybe it can still be useful to you (or anyone else who comes across this thread). https://github.com/chr-ibb/sspanel
  3. 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.