OfficeIRC Server 3 - Version oirc-3.2.134
(C) Copyright 2025-2026 Office IRC Inc.

To install from the web on Ubuntu 25.10 or higher run:
	wget -O /tmp/oirc3-2-134.sh https://www.officeirc.com/downloads/oirc3-2-134.sh && sudo bash /tmp/oirc3-2-134.sh

To automatically install this package on Ubuntu 25.10 or higher run:
	sudo bash install_oirc.sh

For manual install follow these instructions:
	Install .NET 10 Runtime:
		For Ubuntu 25.04 or lower follow instructions at https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-install

		For Ubuntu 25.10 or higher run commands:
			sudo apt-get update
			sudo apt-get install -y aspnetcore-runtime-10.0

	Make an application folder by running the command:
		sudo mkdir -p /opt/oirc

	Extract the contents of this package into the application folder using a command such as:
		sudo tar -xzf oirc3-2-134.tar.gz -C /opt/oirc

	To install as a background service:
		Copy oirc.service into /etc/systemd/system/ by running the command:
			sudo cp /opt/oirc/oirc.service /etc/systemd/system/

		To enable and start the service run these commands:
			sudo systemctl enable oirc.service
			sudo systemctl start oirc.service

		To check service status and logs run these commands:
			sudo systemctl status oirc.service
			journalctl -u oirc.service

	To start the application manually without running as a background service use:
		sudo dotnet /opt/oirc/OfficeIRC.dll

Default administrator account:
	Username: admin
	Password: password

	***** REMEMBER TO CHANGE YOUR PASSWORD ***** 

	To change your password for the default administrator account over IRC use the following command:
		/oper admin password
		/prop Operator::Admin Password :<new_password>

	For account management use the provided OfficeIRC Server 3 Remote Control.

By default OfficeIRC Server 3 listens on the following TCP ports:
	IRC 6665-6669,+994,+6697
	Ws 6770
	Wss 6800
	Web 80
	Https 443

	(TLS ports require a TLS certificate to be installed)

OfficeIRC Server 3 Remote Control for remote administration can be accessed via http://localhost/RC/ (or using https after TLS has been setup)

OfficeIRC WebChat 3 can be accessed via http://localhost (or using https after TLS has been setup)
