[RELEASE]Open Server Manager

04/22/2017 23:55 Underfisk#1
Hey everyone ;)
Im here to release a mini tool that i made in hours but i saw it was needed because many people requested it and the similiar tool i have seen before was just for MU.

This tool is a process manager, where manage your dekaron processes, and you can close a process, start, start all of the list, close all of the list etc..
Example: If you wanna open cast server, you can do it there and close there or if you want to open your server at once you could do it too :) you just need to add the folder path (the exe name by default is added there so just check your config file what's after the slash).

Iam taking feedback and releasing the source code in my github soon when i finish it totally. Until there i hope people like this mini-tool and give me some opinions,improvements,bugs to fix etc.. (Havent test at all so ;))

Have fun guys ;) :bandit:
04/23/2017 00:17 Sirazuka#2
thanks u underfisk! gracias por el aporte!
04/23/2017 03:50 ViihJana#3
Thanks you Underfisk , awesome release .
04/23/2017 10:52 ZenMast3r#4
Finally to see someone like you and Nosferatu, who are actually releasing their own stuff for free and actually doing something for the community which is dead..

Thank you for the release!
04/23/2017 11:00 Underfisk#5
Thank's for your appreciation
04/23/2017 15:55 Nosferatu.#6
Similar to my program RDL = Remote Dekaron Launcher :D
04/23/2017 16:20 guesswho-.-#7
Since we all seem to brag, I also made something like that but it also lets you remotely update share folder and sends the output of the server to the client.
04/23/2017 17:46 Underfisk#8
Quite nice ;) update remotely share but i think dekaron data structure is quite bad and not really well prepared for live updates :(
04/23/2017 18:30 Nosferatu.#9
Quote:
Originally Posted by Underfisk View Post
Quite nice ;) update remotely share but i think dekaron data structure is quite bad and not really well prepared for live updates :(
I would realize with a md5 hash. Only upload the file which have been modified. This is easy with MD5 and FTP connection.

Once Listing Files / Folder in a Txt File with md5string
.
share/list.csv,df76c5cef70256a72470770b1c5ce403
...
..
.

For developers only?!
04/23/2017 18:31 guesswho-.-#10
I think I told you how it works on skype.

anyways if you wanna code any type of server manager that works remotely I think server output is an essential feature that cant be missed.
if you need my help in catching outputdebugstring then msg me and I'll share the code.

EDIT:
since @[Only registered and activated users can see links. Click Here To Register...] and I replied at the same time - yes it is only for developers if you dont want to give them direct access to the server.
04/23/2017 18:40 Nosferatu.#11
Quote:
Originally Posted by guesswho-.- View Post
I think I told you how it works on skype.

since @[Only registered and activated users can see links. Click Here To Register...] and I replied at the same time - yes it is only for developers if you dont want to give them direct access to the server.
This is the reason why I have programmed a remote startup manager. This allows anyone who is authorized to start / stop or restart the server without having the actual server data
04/23/2017 23:53 Underfisk#12
A fine thing is also make us upload the files but we should "ls" the folder remotly, delete, edit or upload multiple i think its way more simple :)
Anyway if you can screenshot that guesswho how it works would be fine just to get an idea (im probably not going to do this because im quite busy and still ending the CMS to release) but i can give me more ideas soon ;)
04/24/2017 07:58 Nosferatu.#13
Quote:
Originally Posted by Underfisk View Post
A fine thing is also make us upload the files but we should "ls" the folder remotly, delete, edit or upload multiple i think its way more simple :)
Anyway if you can screenshot that guesswho how it works would be fine just to get an idea (im probably not going to do this because im quite busy and still ending the CMS to release) but i can give me more ideas soon ;)
The functionality is similar to that of Google Drive, OneDrive, SVN. A process that monitors the folder and uploads changes. Use CSV for reading the struckture. No INI file. It is best to use a console application that is minimized in the taskliste, which can be set, stopped and started.

What IDE do you work with?
04/24/2017 09:25 Underfisk#14
Visual studio :)
Basically i prefer too console and i know you can minimize but in this tool, just talking about this one there is no need because you would prefer to have the tool to control your processes and even if you close i get the current state of your processes ;) so i think its kinda good.