Stats

2
Projects
20
Devlogs
28
Votes
1
Ships

Coding Time

All Time: 260h 32m
Today: 0h 0m

Member Since

June 16, 2025

Badges

4
🚢
Maiden Voyage
you shipped your first project! the journey begins...
🎨
Graphic Design is My Passion
Oh God How Did This Get Here I Am Not Good With Computer
💬
Yapper I
Posted 10 comments on devlogs.
Lived Mas
you know what you did.

Projects

2
Security testing
0 devlogs 3 months ago
MCManager

MCManager

Shipped
20 devlogs 3 months ago

Activity

I've added a profile page, which displays user info, as well as their limits

Update attachment

i did some fixes to the console, and got custom world icons working on the minecraft side

Update attachment

Added the proper console, which utilizes SocketIO (I will deploy it tomorrow)

Update attachment
MHanak
MHanak worked on MCManager
9h 37m 2 months ago

Made the UI more responsive
Added a console placeholder
some other minor improvements

Update attachment
MHanak
MHanak worked on MCManager
8h 36m 3 months ago

Did a bunch of things:
<br>
Switched my minecraft proxy from Velocity to Infrarust. this gives better compatibility and performance
<br>
Added recursive queries: instead of querying for the world, getting the version id, querying the version, getting the loader id, and finally querying the loader, the backend can recursively query values, and return all of them at once
<br>
Improved caching

Update attachment
MHanak
MHanak worked on MCManager
5h 32m 3 months ago

Apart from some boring backend changes, i have added world icon uploads to the frontend.

MHanak
MHanak worked on MCManager
7h 35m 3 months ago

Implemented the server.properties editing in the frontend, together with limits on what users can edit. the server admin can configure the values users can edit, as well as limit the values they set (all enforced server-side of course). In the video, on the left there is a user with almost no restrictions to editing, and on the right is a standard user with default restrictions.

There was also a bug where only one operation on any world could be performed at the same time, meaning if user was to delete a world, which takes around 10 seconds, other requests trying to get the status of any other world would have to wait for that deletion to finish. this is now fixed.

Ah also scrolling and toasts are broken on chromium no idea why

MHanak
MHanak worked on MCManager
9h 28m 3 months ago

Heyy i think i'm starting to get the hang of this. Now you can create and start a server all from a UI

(in the video @0:40 you can skip to 1:00)

- Improved the world creation screen

- Implemented proper world images (no uploads done in the frontend yet)

- New /world/{id} page

- World option editing

- World starting/stopping

- Some minor backend changes

MHanak
MHanak worked on MCManager
12h 12m 3 months ago

Spent like 4 hours trying to get shadcn to work

added the world creation screen, world list and a theme switcher

MHanak
MHanak created a project
85d ago

Security testing

Not an actual project. i use this to poke at SoM's codebase <<hi>script> alert(1) <<hi>/script>

Security testing
0 devlogs 0 followers
MHanak
MHanak worked on MCManager
10h 24m 3 months ago

- Migrated from warp to axum (suspiciously painless)
- Added icon uploading and downloading in the backend (with support for animated icons!)
- Sessions, users and groups are now cached

MHanak
MHanak worked on MCManager
11h 40m 3 months ago

Added a registration screen
* the registrations screen varies based on server settings (whether it requires an invite link or not), it can also include a custom message (which i forgot to include in the video).
* invite link is checked before account creation, and locks the form if it is invalid (through a public API endpoint)
* Redid the input forms
* added input validation
* the app checks if the username is taken (through a public API endpoint)
* Improved styling and made the app fit mobile screens

Started working on the front-end. i have settled on Vue, as i couldn't find a decent way of fetching data from the API when not pre-rendering the page in SvelteKit

MHanak
MHanak worked on MCManager
7h 53m 3 months ago

Added PostgreSQL support.

Update attachment
MHanak
MHanak worked on MCManager
5h 12m 3 months ago

Now the sqlx-based code actually works. i mostly rewrote the database code to utilize a custom query builder

as a side effect, query filters now work better, and allow for < and > operands, as well as dates and base64 encoded blobs (haven't tested this one). they now also actually validate the filter data

Update attachment
MHanak
MHanak worked on MCManager
9h 23m 3 months ago

Switched the database library from rusqlite to sqlx

Lost my sanity

The code still doesn't work

GIF unrelated

Update attachment
MHanak
MHanak worked on MCManager
4h 11m 3 months ago

Added the feature of account creation using an invite link. this marks the API being fully implemented, which means i can start working on the frontend now.

oh also now removing users actually removes all of their worlds and mods

Update attachment
MHanak
MHanak worked on MCManager
5h 28m 3 months ago

Now when the backend server is first launched, it will initialize the folder structure, prompt the user for the username and password of the default admin account, and then download the latest version of velocity

I have also revamped the permission system. Now instead of the permissions being stored per-user, users are assigned to a group, which holds their permissions. this makes managing large amounts much easier

Update attachment
MHanak
MHanak worked on MCManager
2h 18m 3 months ago

Now the Minecraft servers themselves can be hosted on a separate machine from the API server.
This is an important stepping stone towards hosting containerized Minecraft servers with Kubernetes

Update attachment
MHanak
MHanak worked on MCManager
4h 21m 3 months ago

updates:
* changed like 1/3 of the codebase to be asynchronous
* lost my mind
* remote server still doesn't work
* @channel i may be going insane

Update attachment
MHanak
MHanak worked on MCManager
11h 55m 3 months ago

I've made the velocity proxy traffic to the correct server based on the hostname, and:
* added server.properties editing
* improved app config handling

Update attachment
MHanak
MHanak created a project
99d ago

MCManager

A Minecraft server management platform written in Rust, with a RESTful API, and a Vue frontend. Built with security and performance in mind It allows for configuration for things like * Database (SQLite or PostgreSQL), both are internally cached to reduce load * Public/private account creation * User limits (Memory, world count, allowed server.properties settings) * Rate limiting * Frontend branding AI Usage: No AI generated code is present in this project. Any help from AI (mostly limited to the frontend), was minor and heavily adapted

MCManager
20 devlogs 5 followers Shipped
MHanak
MHanak joined Summer of Making
102d ago

This was widely regarded as a great move by everyone.