Guest Posted January 27, 2006 Share Posted January 27, 2006 I wanted to make a MTA: SA server, so I went to work on it. Now, The server is on (I think), but I can't login to RCON. Could u please help me? This is my mtaserver.conf... # 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 [D4A] Death 4 All PUBLIC SERVER [NL] # ServerPassword # Required: No (Yes if server should be passworded) # Purpose: Defines the server password # Format - ServerPassword #ServerPassword roflowned # 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 <44003> # Notes: # Must be a numerical value AdminPort 44003 # AdminPass # Required: Yes (if AdminServer is enabled) # Purpose: Defines the Remote Admin password # Format - AdminPass AdminPass wtfhax # 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 60 # Admin # Required: No # 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 [D4A]TerrorMastah wtfhax 5 # RCON # Required: Yes # 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 Link to comment
Jani Posted January 27, 2006 Share Posted January 27, 2006 # Admin # Required: No # 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 [D4A]TerrorMastah wtfhax 5 Try: Admin [D4A]TerrorMastah wtfhax 5 Link to comment
Guest Posted January 27, 2006 Share Posted January 27, 2006 It works, thx. But i got another question; How do I forward the ports? I'm in a LAN, but my parents don't want to give me the name + pass for my default gateway, so I can't change TCP / UDP ports. Do u know how i can do it without the files? Link to comment
Jani Posted January 28, 2006 Share Posted January 28, 2006 If you don't have the password to your router, you're stuffed. Get your parents to forward your gameport, adminport and gameport+123 and it should work. Make sure you have those ports open on your firewall too. Link to comment
Recommended Posts