Rust Admin Tool Download

Автор:

I have a fairly long standing history with Rust admin tools (Rusty) which may mean nothing to most people but I've been around a while. I will most likley make a desktop version of the client too but all I can do is assure you that your details are safe. This is exactly why I give the option for not saving the admin password.

What is an 'RCON' tool?

Rust has no console by default, so there's no normal way to issue commands to the server from inside the game, or from the Nodecraft control panel.

To issue commands to the server, you will need to use what is called an 'RCON' tool, which stands for 'remote console'. Without the RCON tool, the server is a black box, and you have no idea what it's doing internally.

The RCON will create a two-way connection with the server, allowing you to send it commands, and then see output and confirmations from those commands running.

Enable RCON Access on your Rust Server

Before you even install or use an RCON tool, you need to change some settings on the Nodecraft control panel for your Rust Server to allow RCON connections from an RCON tool.

Click on 'Game Settings' on the leftmost side of the Nodecraft server control panel, and then click the 'Advanced' tab on the blue bar across the middle of the screen.

On this page, change the following:

  • Set the RCON port to '28017'

  • Enter an RCON password

  • Click the 'Enable Web RCON' box

then click 'save' at the bottom of that screen to save all those settings. Your Rust server is now set up to receive RCON connections.

Download and setup RustAdmin

You can download RustAdmin at https://www.rustadmin.com/. It will download as a zip file.

You do not need to 'install' it. Simply unzip the package, open the folder inside and it's ready to be used wherever you unzipped it.

Start RustAdmin, and Configure it

To use RustAdmin, double click on the RustAdmin.exe file.

and you should see the following appear.

Enter Connection Information on the Configuration Screen

Change the settings on this page and save it. Once you've entered all this information on the configuration screem, it will allow you to connect to your server by simply clicking on one button later on.

  • Change RCON type to 'WebRcon'

  • Enter the server port for Rust, 27015

  • Enter the RCON port you set earlier, 28017

  • Enter the RCON password you set earlier.

Save those changes.

Connect to the Server with RCON

To make a connection to your Rust server, click on the 'server' button on the dark grey bar at the top of the RustAdmin window, then click 'connect'. It should form an connection based on the information you entered on the configuration screen.

If everything is set up correctly, you will see 'connected' in green letters in the lower left edge of the window.

Unless something is currently happening on the Rust server, you probably won't see any thing else happening on other parts of the screen. You will generally only see something appear in the console section of RustAdmin if you have run a command.

Download latest HO RANG TERA BROWN NI KuWARVirk Ft Ikka NEW song 2018 Full H hindi mp3 song. DownloadHO RANG TERA BROWN NI KuWARVirk Ft Ikka NEW song 2018 Full H english Mp3 music. Download sad HO RANG TERA BROWN NI KuWARVirk Ft Ikka NEW song 2018 Full H Mp3 song. Rang tera brownie mp3 song download. Download latest HO RANG TERA BROWN NI KuWARVirk Ft Ikka NEW song 2018 Full H movie Mp3 song. Download old HO RANG TERA BROWN NI KuWARVirk Ft Ikka NEW song 2018 Full H Mp3 song.

Entering Commands in the RCON Window

You can enter commands in the lowest box, and you will see output from those commands appear in the console window above.

Game server Rcon, using websockets.

This website is accessible here.

Source Code

The source code for the site is on the gh-pages branch.

The code is purposely made to work purely in the browser - with no server backend, and on as many devices as possible. It is meant to serve as an example of how to communicate with websocket rcon, but should be fully functional.

Features

Connection Memory

Website stores your connections. It remembers your passwords and will display a list of possible connections. Or you can just bookmark.

This information is never stored remotely, it's always stored in your browser.

Server URLs

URLs contain the ip and port of the server you're talking to. You can copy and paste these urls to a friend - who will be prompted to enter the password. If they've already connected to the server before it will show just like a regular webpage without any password prompting.

This way you can link a friend directly to a certain page in the rcon. For example, if you wanted to show them a certain user's information.

Rust

If you're running a Rust server you need to add '+rcon.web 1' to the command line to enable web based Rcon. If you don't define a port it will use the default port, but you will also need to set a password, which you can do with '+rcon.password password'.

This will eventually be the default rcon mode. At that point you'll need to use another command to enable the old Rcon. Even more eventually, the old Rcon will be removed - so if you're a tool maker or otherwise, it would be advisable to have a way to talk to web rcon as soon as possible.