Admin GuideI generally consider there to be five main elements to adminning a server. This guide breifly covers three of them, since the other two are really outwith the scope of such a guide - general maintenance of the host machine is a task for your host's support services and anyway has little specific to ET; while the decisions to be made regarding the approach you wish to take for implementing and enforcing your chosen 'rules' is something soley up to you. The other three, which are covered here, are:
A general RCON command and usage guide-list is here, which is intended to cover the basic and likely rcon uses and commands.
You may find the REF command and usage guide-list useful, it covers usage of all the REF commands. SemiAdminSemi-Admin is functionality provided with ETPro, and there is similar with ShrubET (shrubbot) and ETAdminMod, but I generally have the view that either someone is trustable to be either a Ref, a full RCON admin or nothing. Regardless, the various types of semi-admin are generally documented by their authors in a way that could not be improved upon here.Host AccessYour server host/provider will most likely give you some method to access the server host, so you can upload maps or restart the server. This will vary from host to host, but is usually FTP and VNC or (most likely) SSH. Occasionally you get some odd web-based interface, hopefully in addition to the other ones.FTP (File Transfer Protocol) is something you will find widely documented on many webpages, a reasonably concise example being on Wikipedia. Put simply, a FTP server runs on the host machine and allows you to connect to it via an FTP client on your machine, to transfer files between each other. All you need is a username & password from your host, and a FTP client software. SmartFTP and FileZilla are popular and free FTP clients. FTP is pretty easy to use as a client, put the username & password in right and usually you're good to go, if you have problems first thing to try is swapping Passive/Active, Auth mode (SSL, TSL etc) and more to the point check you dont need to fiddle with your firewall. VNC (Virtual Network Computing) is extremely easy to use. Just install, put in IP & password and control the server machine as a desktop - you do not need to have the same OS as what the server is running, or anything like that. You will also need FTP in addition to VNC, at least unless your host found some fancy VNC that also does file transfer. RealVNC is a well known VNC that is free for basic use. Remote Desktop is very similar in use to VNC. To run the remote desktop client put "mtsc" into Start Menu>Run, or make a shortcut to "%windir%\system32\mstsc.exe". You might want to check the options to set a fairly low resolution, 16bit colour, do not play remote computer sounds and 'Experience' 28.8k. All these do is turn off the pap and make it much faster to use. SSH (Secure Shell) "is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over unsecure channels. It is intended as a replacement for rlogin, rsh, and rcp." There's loads of good documents and FAQs for this if you search. OpenSSH is just one free SSH app.
There is a huge variety of other software you may find useful. For example... |