All Projects → icedream → icecon

icedream / icecon

Licence: GPL-2.0 License
Simple and quick to use RCON tool for IW4M and other Q3-compatible game servers.

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to icecon

Borealis Server Manager
Utility designed to facilitate the deployment, management, and control of various kinds of dedicated gameservers.
Stars: ✭ 31 (-3.12%)
Mutual labels:  management, gameserver
quakejs
Fork of inolen/quakejs with additonal content server, local play page, and start-stop script
Stars: ✭ 79 (+146.88%)
Mutual labels:  quake, gameserver
hawthorne
Game Server Management - Easy, Accessible, Self Hosted - simply reinvented.
Stars: ✭ 28 (-12.5%)
Mutual labels:  management, gameserver
aws-custom-runtime
Knative Function Using the AWS Lambda Runtime API
Stars: ✭ 43 (+34.38%)
Mutual labels:  management
C-Sharp-Learning-Journey
Some of the projects i made when starting to learn c#, winfroms and wpf
Stars: ✭ 95 (+196.88%)
Mutual labels:  management
pm-idm
IDM project management repository
Stars: ✭ 59 (+84.38%)
Mutual labels:  management
sc2gears
The COMPLETE (!) source code of the Sc2gears universe (Sc2gears app + Sc2gears Database + web-based parsing engine - bundled in an Eclipse project).
Stars: ✭ 30 (-6.25%)
Mutual labels:  management
attic
A collection of personal tiny tools - mirror of https://gitlab.com/hydrargyrum/attic
Stars: ✭ 17 (-46.87%)
Mutual labels:  quake
wg-api
creates an HTTP endpoint for a Wireguard® VPN server
Stars: ✭ 61 (+90.63%)
Mutual labels:  management
pyenvdiff-lib
Python environment comparison tool
Stars: ✭ 23 (-28.12%)
Mutual labels:  management
opensource-management-portal
Microsoft's monolithic GitHub Management Portal enabling enterprise scale self-service powered by the GitHub API 🏔🧑‍💻🧰
Stars: ✭ 369 (+1053.13%)
Mutual labels:  management
UE4-DedicatedServer
A UE4 plugin which adds proper console support (input) and RCon
Stars: ✭ 40 (+25%)
Mutual labels:  rcon
python-for-decision-makers-course
Demo code and other hand-out materials for our Python for Decision Makers and Business Leaders course
Stars: ✭ 20 (-37.5%)
Mutual labels:  management
csgo-rcon-nodejs
A web panel to control a CS:GO server
Stars: ✭ 46 (+43.75%)
Mutual labels:  rcon
NearBeach
NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks
Stars: ✭ 97 (+203.13%)
Mutual labels:  management
console
HAL management console
Stars: ✭ 41 (+28.13%)
Mutual labels:  management
HRM
Easy & hassle free House Rent Management Web Application
Stars: ✭ 42 (+31.25%)
Mutual labels:  management
rcon-web-admin
Self hosted, online RCON administration tool for your game server.
Stars: ✭ 70 (+118.75%)
Mutual labels:  rcon
devrating
A tool that suggests minimal PR size for contributors
Stars: ✭ 19 (-40.62%)
Mutual labels:  management
SQLGitHub
💻 SQLGitHub — Managing GitHub organization made easier
Stars: ✭ 34 (+6.25%)
Mutual labels:  management

Logo IceCon RCON client

Release version Maintained?

IceCon is a Q3-compatible RCON client. It can connect to any server that implements RCON over a Q3-compatible network protocol (UDP) and even comes with a nice, straight minimal GUI.

Specifically, this tool has been written for quick administration of modified Modern Warfare 2 ("IW4M") servers but it is also officially supported for use with FiveM servers.

A Windows user could easily set up shortcuts on the desktop that run icecon.exe -gui <server:port> <password> which gives you an instant GUI to run commands on your server. Another use case would be scripting on a Linux server by running icecon -command "<your command here>" <server:port> <password> to automate specific tasks.

Screenshot 1 Screenshot 2 Screenshot 3

Download

Binaries

Binaries for all releases for Linux and Windows are always available on the GitHub releases page.

Source code

You can download the source code from GitHub, either via Git (git clone https://github.com/icedream/icecon.git) or as a source code archive via the "Download ZIP"/"Download TAR.GZ" button at the top right of the GitHub project page.

Compiling from source code

In most cases, simply installing Go 1.6 or newer and running go build -i -v . will give you a single binary that contains everything you need to run IceCon.

If you need to regenerate the UI code files (*_ui.go) and/or the Windows resource data (rsrc_windows.syso), make sure to follow these steps:

  • Set up a GOPATH as environment variable that points to an existing folder. This folder will be used by Go to store compiled libraries and installed binaries which will be needed for the next step.
  • Ensure you have $GOPATH/bin (%GOPATH%\bin on Windows) included in your PATH environment variable.
  • Install needed tools and dependencies via go get -v -u github.com/icedream/ui2walk github.com/josephspurrier/goversioninfo/cmd/goversioninfo.
  • Run go generate -v in the IceCon source code folder.

You should now be able to run a normal go build to get your desired binary.

License

This project is licensed under the GNU General Public License Version 2 or any later version. For more info, see the COPYING text file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].