Linux installation:

	There's no need for the Start.sh file any more in the server directory. So, you can get rid of that if you want. No one's going to need it now anyway.
	Create the Linux user with this command: useradd -m hlds - You can change the username. In fact, it's highly recommended that you do.
	Change that user's password with this command: passwd hlds - make it random or something, but keep it for later use.
	Install the hlds server to that user's home - so the hlds_run binary should be at /home/hlds/hlds_run (or what ever you decide to name it).
	Install the antctrl web files where you see fit.
	Open System/Definitions.php, and edit these lines:
		USERNAME - username to log into the panel
		PASSWORD - password to log into the panel
		
		SERVER_IP - ip of gameserver (used for checking server status)
		
		SSH_SERVER - host/ip of ssh server (default: localhost)
		SSH_PORT - port of ssh server (default: 22)
		SSH_USERNAME - The SSH login name (from earlier)
		SSH_PASSWORD - The SSH password (from earlier)
		
		SSH_EXEC - start command
		SSH_RELDIR - path to server (default: /home/hlds)
		SSH_SCREEN_NAME - use unique word (ex: hlds)
		
		FTP_SERVER - host/ip of ftp server (default: localhost)
		FTP_PORT - port of ftp server (default: 21)
		FTP_USERNAME - The ftp login name (you can write same as SSH_USERNAME)
		FTP_PASSWORD - The ftp password (you can write same as SSH_PASSWORD)
		FTP_TIMEOUT - timeout in seconds of ftp connect
		
It should probably work after this.


Windows installation:

	If you're wanting to have some security - or easily tell what servers are owned by who, create another user account. This only really applies to people running Windows Server.
	Install the hlds server to that user's home - so the hlds binary should be at C:\hlds\hlds.exe (or what ever you decide to name it).
	Install the antctrl web files where you see fit.
	Open System/Definitions.php, and edit these lines:
		USERNAME - username to log into the panel
		PASSWORD - password to log into the panel
		
		SERVER_IP - ip of gameserver (used for checking server status)
		
		COM_USERNAME - The alternative user name (security)
		COM_PASSWORD - The alternative user name (security)
		
		COM_PROCESS - process name (ex: hlds.exe)
		COM_EXEC - start command
		COM_RELDIR - path to server (default: C:\hlds)
		
It should probably work after this.

Furthermore, you can edit these:
	CONTROL_THEME - The control panel theme.
