# How To Use txAdmin on Your FiveM Server (/docs/fivem/txadmin)



txAdmin is a powerful web-based admin panel for FiveM servers. It provides server monitoring, player management, live console access, and more through a browser interface.

Accessing txAdmin [#accessing-txadmin]

<div className="fd-steps">
  <div className="fd-step">
    Get the txAdmin URL [#1-get-the-txadmin-url]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com) and select your FiveM server. Check the **Dashboard** or **Startup** page for the txAdmin URL and port. txAdmin typically runs on your server's IP with a separate port (e.g., `http://YOUR_IP:40120`).
  </div>

  <div className="fd-step">
    Log in to txAdmin [#2-log-in-to-txadmin]

    Open the txAdmin URL in your browser. On first access, you may need to set up an admin account using the PIN displayed in your server console.
  </div>

  <div className="fd-step">
    Complete the Setup [#3-complete-the-setup]

    Follow the on-screen setup wizard to configure txAdmin with your server details.
  </div>
</div>

Key Features [#key-features]

txAdmin provides several useful tools:

| Feature                | Description                                              |
| ---------------------- | -------------------------------------------------------- |
| **Dashboard**          | Overview of server status, player count, and performance |
| **Live Console**       | View and send commands to the server console             |
| **Players**            | View connected players, kick, ban, or send messages      |
| **Server Log**         | View server activity and player actions                  |
| **Resources**          | Start, stop, and restart individual resources            |
| **CFG Editor**         | Edit your server.cfg directly from the browser           |
| **Scheduled Restarts** | Set up automatic server restarts                         |

Managing Players [#managing-players]

In the txAdmin **Players** section, you can:

* View all connected players with their identifiers
* Send direct messages to players
* Kick players with a reason
* Ban players temporarily or permanently
* View player history and warnings

Setting Up Scheduled Restarts [#setting-up-scheduled-restarts]

<div className="fd-steps">
  <div className="fd-step">
    Open Server Settings [#1-open-server-settings]

    In txAdmin, go to **Settings** > **Server**.
  </div>

  <div className="fd-step">
    Configure Restart Schedule [#2-configure-restart-schedule]

    Set up restart times (e.g., every 6 hours) to keep your server running smoothly.
  </div>

  <div className="fd-step">
    Save Settings [#3-save-settings]

    Click **Save** to apply the schedule.

    > 📝 **Note:** txAdmin availability depends on your server's configuration. If txAdmin is not available, you can still manage your server through the [XGamingServer Panel](https://panel.xgamingserver.com).

    > 💡 **Tip:** txAdmin supports Discord webhook integration, so you can receive notifications about server events, player joins, and admin actions directly in your Discord server.
  </div>
</div>
