Tip of the day: Did you know that users are put in the security-group known-users based on their reputation score or if they are identified to Services?Users in this group receive a number of benefits, such as being able to send more messages per minute. |
Translations:Installing (Windows)/4/en
Jump to navigation
Jump to search
Creating a configuration file
- Your UnrealIRCd directory contains a number of folders. The conf folder is where your configuration file will go into, navigate into that folder now. The conf folder contains a subdirectory called examples which contains example.conf. Copy this file to your conf directory and rename it to unrealircd.conf.
- Open the conf\unrealircd.conf file with an editor such as notepad. Even better, use an editor which shows line numbers, like Notepad++.
- Read the Configuration file syntax article. It will only take a few minutes and will save you a lot of trouble in next step(s)!
- Walk through the unrealircd.conf block by block / line by line and edit the settings to suit your needs. This takes 10 - 20 minutes.
- Boot UnrealIRCd. How exactly depends on what choice you made during the setup:
- If you installed in GUI mode (this is most common), go to Start -> All Programs -> UnrealIRCd -> UnrealIRCd
- If you installed as a Service (advanced) then start the UnrealIRCd service. Either via the windows services panel, via net start, or via
C:\Program Files\UnrealIRCd 6\bin\unrealvc start
(you will need elevated admin privileges for that).
- If you run in GUI mode then it will show you on the screen if you have any errors. (If you run as a service then you will see nothing, in that case check logs\service.log).
Do you have any errors? Don't worry, this is quite likely. Just edit your unrealircd.conf, fix them (see the FAQ for common problems), and try starting UnrealIRCd again. - Up and running? Connect with an IRC client to your server and have fun. See next section too.