0

Our company needs a secure chat server. Typically a closed, protected and secure IRC network. Is it possible to set it up just like we set apache or any other server software on our own server instance. We are group of 15 people and if we get a VPS or a good AWS instance.. would that be enough? How should we set this up?

please advice.

Anand
  • 261
  • 6
  • 17

1 Answers1

1

Sure it is possible. Just install centos (or whatever gnu/linux OS you feel confident with) and do a yum install ircd-ratbox to setup an irc server. However IRC communications are usually blocked by company IT policies since they are usually used for botnets.

I would recommend going for jabber (XMPP protocol) since there are a lot of server and client side software.

drcelus
  • 1,233
  • 4
  • 14
  • 27