Guest Posted March 1, 2006 Share Posted March 1, 2006 How do you login as an admin? (I'm sorry if this is the wrong place to ask ,I though the help forum was more for technical support) Link to comment
driver2 Posted March 1, 2006 Share Posted March 1, 2006 If you are on a server and have rcon admin access, type 'rcon_login yourpw' in the console (F8) while you got the correct nick. Type 'help' in the console for all commands. If you mean remote admin, you need to a remote admin client. The mta server provides such client (in the server directory), another one would be MTAma for mIRC. Link to comment
Nerveless Posted March 2, 2006 Share Posted March 2, 2006 Hey im having a problem i cant login in the console F8 and i cant login to the remote admin either, it sez "Disconnected: Connection Timed Out", plz help if you can, thank you Link to comment
So'lide Posted March 3, 2006 Share Posted March 3, 2006 Is the server on? No: Turn it on. Yes: Check that you have AdminServer 1 in your mtaserver.conf (wich is located at server\mods\race). Link to comment
Nerveless Posted March 3, 2006 Share Posted March 3, 2006 No luck, its turned on and it still wont let me login thank you for your attempt of helping me, have you have any thing else i can try?? Link to comment
erorr404 Posted March 3, 2006 Share Posted March 3, 2006 Moved to MTA:SA Server problems. Hey im having a problem i cant login in the console F8 and i cant login to the remote admin either, it sez "Disconnected: Connection Timed Out", plz help if you can, thank you To log in from the game, make sure you have 'Admin ' set up properly in the .conf file, and log in using the same name and password (rcon_login ). For logging in with the admin client, put your local IP in the IP field (or the same one you use to connect to your server in quick connect), and make sure that the port isn't the server port, but the AdminPort specified in the .conf file (default AdminPort 44003). Link to comment
Nerveless Posted March 3, 2006 Share Posted March 3, 2006 Everything looks correct but it just isn't workin, when i type the correct password in the console, it just says "Failed to login to admin" Link to comment
Nerveless Posted March 5, 2006 Share Posted March 5, 2006 Can anyone help????? Please Link to comment
Nerveless Posted March 5, 2006 Share Posted March 5, 2006 All i want to do is login to my admin on my server Link to comment
Jani Posted March 5, 2006 Share Posted March 5, 2006 Remote admin is different to Rcon. Link to comment
Nerveless Posted March 5, 2006 Share Posted March 5, 2006 Yeh i want to login to my admin in my game, but it just does'nt work. Thank you for your response by the way, ive been waitin to see if anyone will help Link to comment
Si|ent Posted March 5, 2006 Share Posted March 5, 2006 I'm not sure why this got moved to the SA section, he has not stated it is that version he is trying to connect to, and judging from his comments he doesn't mean the same thing as we do by 'console'. So, what game is your server for Nerveless? It is important as each version has different features and procedures to follow. Link to comment
Nerveless Posted March 5, 2006 Share Posted March 5, 2006 Im sorry for not stating that, i do appologise, but the game im strugling with is San Andreas Link to comment
Nerveless Posted March 5, 2006 Share Posted March 5, 2006 (edited) Let me re-state my problem, I cant login to my Remote Admin as it says "Disconnected: Connection Timed Out" and a also can not login in play, through F8, in the game it says "Failed to login" Edited March 5, 2006 by Guest Link to comment
Si|ent Posted March 5, 2006 Share Posted March 5, 2006 Ok then it is simple, there are two forms of server control, ingame (rcon) and outgame (admin). Both have seperate entries in the servers config file. Admin: requires a unique port (not being used by anythign else, server included) and a password to be set in the config. Requires either the Admin tool that comes with mta, or the mIRC script MTAmA to enable you to connect to and control the server without being ingame. rcon: required one or more usernames (these will be allowed access to rcon from within the game) and a password (can be different to admin password) to be set in the server config. Requires the user to be ingame in that server, ` key drops down the console. rcon_login password (with password being the password you set for rcon in the config) to login. rcon help for further commands Note that as well as entering the specifics as explained above you will need to ensure both Admin and rcon are enabled (set to 1) in the config. I'm unsure if they both are by default as obviously my config is already edited. Link to comment
Nerveless Posted March 5, 2006 Share Posted March 5, 2006 It hasen't helped but im not expert you obviously are im going to send my information can you see any faults in the following: # ServerPort # Required: Yes # Purpose: Defines the port for players to connect on # Format - ServerPort # Notes: # Must be a numerical value ServerPort 22003 # ServerName # Required: Yes # Purpose: Defines the name of the server # Format - ServerName ServerName Untitled MTA:SA Server # ServerPassword # Required: No (Yes if server should be passworded) # Purpose: Defines the server password # Format - ServerPassword # ServerPassword 156454 # ASE # Required: No # Purpose: Defines whether the server should report to the All Seeing Eye (can be seen in the Server Browser) # Format - ASE # Notes: # Set to 1 to enable, anything else to disable ASE 1 # MaxPlayers # Required: Yes # Purpose: Defines the max players that can connect to the server # Format - MaxPlayers # Notes: # Must be a numerical value and must not go above 32 MaxPlayers 32 # AdminServer # Required: No # Purpose: Defines whether the server should enable Remote Admin # Format - AdminServer <1/0> # Notes: # Set to 1 to enable, anything else to disable AdminServer 1 # AdminPort # Required: Yes (if AdminServer is enabled) # Purpose: Defines the port for Remote Admins to connect on # Format - AdminPort # Notes: # Must be a numerical value AdminPort 44003 # AdminPass # Required: Yes (if AdminServer is enabled) # Purpose: Defines the Remote Admin password # Format - AdminPass AdminPass 156454 # AllowAdminShutdown # Required: No # Purpose: Defines whether the server can be shutdown from Remote Admin # Format - AllowAdminShutdown # Notes: # Set to 1 to enable, anything else to disable AllowAdminShutdown 0 # LogFile # Required: No # Purpose: Defines the file which the server log should be written to # Format - LogFile LogFile mtaserver.log # VoteMapEnabled # Required: No # Purpose: Defines whether map voting is enabled/disabled # Format - VoteMapEnabled VoteMapEnabled 1 # VoteMapPercentage # Required: No # Purpose: Defines the percentage of votes needed for a map vote to pass. # A high value is recommended (over 80%) to prevent voting abuse. # Format - VoteMapPercentage <0-100> VoteMapPercentage 90 # VoteMapTimeDelay # Required: No # Purpose: Defines how long a player must wait before they can vote for a new map # Format - VoteMapTimeDelay # Notes: # This does not take effect if there are 2 or less players in the server VoteMapTimeDelay 90 # Admin # Required: yes # Purpose: Defines all the people in-server who can rcon_login to admin # Format - Admin # Notes: # admin-level must not go above 5 # Names and passwords are case sensitive Admin nerveless 156454 5 # RCON # Required: No # Purpose: Defines the admin level for . If this is not specified it is defaulted # Format - RCON # Notes: # must be between 1 and 5. If it is invalid, the level is defaulted RCON kick 4 RCON ban 4 RCON mute 2 RCON unmute 2 # AutoUpdateAntiCheat # Required: No (defaults to 1) # Purpose: Defines whether the server should check Anti-Cheat for updates automatically on server start. # Format - AutoUpdateAntiCheat <1/0> AutoUpdateAntiCheat 1 Link to comment
Si|ent Posted March 5, 2006 Share Posted March 5, 2006 Try using different passwords for server, admin and rcon. (by the way, you have server pass commented out so you didnt need to edit that one) Link to comment
Nerveless Posted March 5, 2006 Share Posted March 5, 2006 Tried, failed, thank you for helping though Link to comment
Nerveless Posted March 5, 2006 Share Posted March 5, 2006 Do you login with user name as well or just password Link to comment
Si|ent Posted March 5, 2006 Share Posted March 5, 2006 your username is your player name. (rcon) p.s. do edit, don't double post. Link to comment
Nerveless Posted March 5, 2006 Share Posted March 5, 2006 ok, i just dont know the problem, everything seems to be ok in the config but it just doesn't work, ive even been kicked out for trying and failing too many times....ok if you cant help ill thank you anyway Link to comment
Leviathan Posted March 5, 2006 Share Posted March 5, 2006 note that there's a space in your password, maybe that's the problem. try another password... Link to comment
Nerveless Posted March 5, 2006 Share Posted March 5, 2006 I dont, a really dont know what the problem is Link to comment
Recommended Posts