What is SA-MP?

SA-MP (San Andreas Multiplayer) is a multiplayer modification for Grand Theft Auto: San Andreas. It enables players to join shared game worlds with custom gamemodes, scripts, and roleplay scenarios. SA-MP servers are community-operated and typically listen on UDP port 7777.

Unlike FiveM (which targets GTA V), SA-MP runs on the older San Andreas engine. Servers expose metadata such as hostname, gamemode, language, password protection status, and player counts. The protocol is simpler than FiveM's, using a basic UDP handshake to retrieve server information.

Tool description

This tool checks the status of a SA-MP (San Andreas Multiplayer) server. Enter the server's host and port to retrieve its hostname, gamemode, language, password status, player count, server rules, and a live player list with score and ping information.

Examples

Input:

  • Host: samp.myserver.com
  • Port: 7777

Output:

  • Hostname: Los Santos RP [EN]
  • Gamemode: Roleplay
  • Language: English
  • Password: No
  • Players: 28/1000
  • Rules: MaxSpeed: 250, GodMode: 0

Features

  • Real-time server status with player count and capacity
  • Server rules and configuration details
  • Live player list with score and ping values

How it works

The tool sends a UDP query to the SA-MP server using the provided host and port. The server responds with its metadata, rules, and player list, which is parsed and displayed in a structured format.

Limitations

  • The server must be online and accessible over UDP
  • Some servers may block external queries
  • SA-MP is a legacy platform; server availability may be limited