-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin Tools Needed #5388
Comments
Im just starting to learn JavaScript. Im pretty well versed in HTML and CSS and just starting to get my feet wet with Java but im still really green. Is there any "how too" or walk through on how to do this? |
I'm was builded current version. You can download admin console files from that link. Extract it to launcher dir (I'm put launcher file for dirs tree info). You need:
You can find full scripts to run server and admin panel at zip file too. |
Command scripts example to run from launcher folder (for Windows). Run server with admin password:
Run admin panel :
|
Ok i modified my start batch script that gets fired off as a Windows Service and added the "-adminPassword=your_secret_password;" to the end of the call to start the server. and set a specific password. So now I need to create 2 batch scripts shown above in the same directory as the startMage.bat file I use to start the server? Then Run those and connect with the admin pass I chose? |
Just so you know. I'm not using the launcher to start the server. I'm using a batch script that has been configured to run as a Windows Service |
You can run admin panel from your PC. Server needs only special command with admin password setup. All other scripts must run from client side (run it with same code as xmage client). |
I cant seem to find %SERVER_DIR%\lib\mage.server.console-1.4.31.jar on the server or locally on my PC. Is this something I need to download from GitHub? The link in your above post goes 404 |
Got the link, had to copy and paste it to a new window |
Well I got the admin console to fire up but got the following when I attempted to connect to my server. Im pretty sure the server started with the admin password flag added so im not sure if this is something else or if it didnt gab the password flag right |
Yea thats what its doing. I am using an @ sign in the password, Could that be throwing it off? |
Got it! Went through and had to modify the actual service with a command argument. That did it. I put the AI back in and will continue to monitor it Thanks again for all your help bro!. Hopefully the better I get with Java the more I'll be able to contribute! |
Is this something that has to be recompiled with each new version? Havent been able to get my console to work again since the latest updates. And ive had some issues lately with users that need kicked for various reasons |
Yes, it's must be recompiled. Or try that:
P.S. it's a windows file. If you have linux then can do same commands or take |
https://github.com/magefree/mage/issues/xmage.today/X/mage.server.console-1.4.33.jar this file is lost,PLS fix it ,THX! |
Use that link: http://xmage.today/X/mage.server.console-1.4.37.jar |
run "run-z-server-admin"——The DOS window appears, it is closed immediately, and the control panel is not open. |
Add at the end of file: |
Don't use admin tools (it's outdated). Download full release and copy |
Run server:
Run admin tools:
|
THX! Run server:
Run admin tools:
|
pls,update “mage.server.console-1.4.38.jar” THX~! |
Try to rename file name from 37 to 38. It's must work fine (new release do not have changes in client-server connection). If not help then I'll build new one.
|
I test rename file,but it can't work |
New version: http://xmage.today/X/mage.server.console-1.4.38.jar |
New version: http://xmage.today/X/mage.server.console-1.4.39.jar |
New version: http://xmage.today/X/mage.server.console-1.4.40.jar |
New version: http://xmage.today/X/mage.server.console-1.4.41.jar |
New version: http://xmage.today/X/mage.server.console-1.4.42.jar |
Is there an updated version of the admin tools for version 1.4.43. I tried using the old version of the admin tools with 1.4.43 and it fails upon launching with: |
|
Latest version: http://xmage.today/X/mage-server-console-1.4.54.jar |
where is new “mage.server.console” version? |
@siyiye try to use link above. If it doesn't work then report — I’ll update. You don't need to update it after each new release/beta. |
* added game ids and created time to tables list; * added popup hints support to tables list; * fixed wrong sorting and columns resizing in tables list; * refactored some modules to share table related code between client and admin console;
I can see a huge need for Administration tools such as the ability to reset user passwords or email addresses, kicking or banning problem users. Closing Stuck Tables, and general moderation of the server. The server registration becomes a problem as if a user forgets their password or looses access to their email address, they basically have to create a whole new account.
LoRd_NeX
www.powersofwar.com
The text was updated successfully, but these errors were encountered: