Atavism Toolbox
Crafting the Atavism Toolbox: Simplifying Server Management for the Atavism Framework
In 2020, I created the Atavism Toolbox, a server management software designed for the Atavism framework.
Atavism Online serves as a massive online framework for the Unity Engine game engine and is currently in development for Unreal Engine as well. In 2020, Atavism received a mega grant from Epic Games to further develop Atavism for Unreal.
The inception of Atavism Toolbox arose from the absence of a straightforward method to manage and monitor a server running Atavism software. Users of Atavism were compelled to connect to the server via SSH to perform certain tasks, which posed a challenge for those not comfortable with using the command-line interface (CLI) over SSH. Motivated by the need to simplify this process, I dedicated my efforts to crafting a program capable of handling the intricate tasks, allowing users to work comfortably within a user-friendly interface.
Developed in C#, Atavism Toolbox essentially functions as server management software. It establishes a connection with the server, executing various tasks as per the user’s requirements. Additionally, it monitors the server’s health status, providing users with notifications about any potential issues that may arise.
The software quickly gained popularity, and today, there are numerous users benefiting from the features of Atavism Toolbox.

What is Proxmox
If you’re anything like me, navigating the vast landscape of virtualization can be a bit overwhelming. In my journey to find a robust yet user-friendly solution, I stumbled upon Proxmox, and let me tell you – it’s been a game-changer. A Versatile Virtualization Marvel Proxmox, in a nutshell, is a complete open-source platform for enterprise…

Why I Use IIS as My Web Server (Long post)
I want to share a bit about why I’m a proud user of IIS (Internet Information Services) as my go-to web server. It’s been quite a journey, transitioning from the familiar realms of Apache and Nginx to exploring the nuances of IIS. So, grab a virtual seat, and let’s dive into why I’ve come to…

What the heck is Docker??
Unboxing the Docker Mystery – A Tale of Containers and Simplicity Hey there, tech wanderers! Today, we’re on a mission to unravel the enigma that is Docker. What in the world is it, and why does everyone seem to be talking about it? Fear not, we’re going to break it down in the most laidback…

How to Install and Use Docker Like a Pro
Unboxing Docker – Your Toolkit for Containerized Magic Today, we’re embarking on a journey into the world of Docker, the powerhouse of containerization. If you’ve ever wondered about efficient software deployment and scaling applications effortlessly, you’re in the right place. Let’s roll up our sleeves and discover how to install and use Docker with ease….

How to Install CSF: A bitesized Guide
Unraveling CSF Welcome to the world of servers! If you’re here, chances are you’re exploring the fantastic realm of creating your own server environment. In this guide, we’ll dive into a must-have tool for every aspiring server administrator: ConfigServer Security & Firewall (CSF). So, grab your tech gear and let’s install CSF! What is CSF…