Recent content by Gametron

  1. G

    Gametron - New Control Panel - Looking for Testers

    Gametron is a new control panel with a modern UI and focus on being fast and easy to use for both users and admins. Software updates are installed automatically for you and installation takes just a few minutes. Every feature has been optimized for mobile devices so you can also manage your...
  2. G

    Gametron - Upcoming Game Server Control Panel

    Actually, we have built the front end from scratch. However, during early stages of development, we started by using this theme to save time for other areas of development. Since then we have moved away from this template but you can still see some remnants of the theme in our current design...
  3. G

    Gametron - Upcoming Game Server Control Panel

    Thanks for the feedback! It's quite common for a control panel, admin dashboard etc. to have a similar layout with a sidebar and a top bar. When we designed the UI, we didn't take any inspiration from Pterodactyl and instead went for a relatively typical dashboard layout purely because it works...
  4. G

    Gametron - Upcoming Game Server Control Panel

    We haven't decided the final pricing yet but it will likely be somewhere between $5-10/mo per slave. A slave can host any number of game servers. This isn't true. Gametron is not based on Pterodactyl. What makes you think so? We have spent a long time developing Gametron from scratch and it...
  5. G

    Gametron - Upcoming Game Server Control Panel

    A few years ago, we were thinking about the state of game hosting industry, especially game server control panels. Even though gaming has become more popular than ever, most game server control panels back then were outdated and only a few that were maintained were good choices for production...
  6. G

    Gametron - Upcoming Game Server Control Panel

    A few years ago, we were thinking about the state of game hosting industry, especially game server control panels. Even though gaming has become more popular than ever, most game server control panels back then were outdated and only a few that were maintained were good choices for production...
  7. G

    What type of CI software should i use for Development?

    As usually, it depends. If you are already using other JetBrains products, TeamCity may be a good choice. If you use GitLab, it have a good CI/CD that integrates well with their system and Travis works well with GitHub. If you are looking for something more universal that isn't closely tied to...
  8. G

    Making Windows applications again

    If you're looking for something relatively new where styling apps is easy, you could give Electron a try. Electron apps can be styled using CSS so it's pretty easy to make them look good. Electron is not a Windows-only technology but you can create Windows installers with it that look like...
  9. G

    Critique my Code

    Here's a few things to note: Instead of checking the value of a variable in multiple if statements, you could use a switch statement. You've done this at least in some places, which is good. Secrets (passwords, API keys etc.) should be stored in environment variables that is not part of...
  10. G

    Gametron.io | Game Control Panel |

    This is an old question but in case anyone else is wondering the same: Yes, this will be possible. You can run the panel (master) on any server where a web server and PHP is installed. A MySQL/MariaDB database is also required and it can be hosted either on the same or a different server. The...
Top