Page 1 of 1

Error settings Webpanel and JSON-RPC

Posted: Sun Sep 22, 2024 11:14 pm
by albgonsa
I am following the instructions of page: https://www.unrealircd.org/docs/UnrealIRCd_webpanel

My installation environment is Windows Server, no Linux

In my file unrealircd.conf add:

include "rpc.modules.default.conf";

/* HTTPS on port 8600 for the JSON-RPC API */
listen {
ip *;
port 8600;
options { rpc; }
}

/* API user */
rpc-user adminpanel {
match { ip 127.*; }
rpc-class full;
password "password";
}



I get the following error in file C:\Program Files\UnrealIRCd 6\logs\ircd.log)

[Sun Sep 22 23:50:08 2024] 10.0.0.210 config.CONFIG_LOADED info: Configuration loaded
[Sun Sep 22 23:50:08 2024] 10.0.0.210 listen.LISTEN_SOCKET_ERROR fatal: Could not create UNIX domain socket for data/rpc.socket: Address family not supported
[Sun Sep 22 23:50:08 2024] 10.0.0.210 listen.SOME_LISTEN_PORTS_FAILED fatal: Unable to listen on all ports (some of them succeeded, some of them failed). Please verify that no other process is using the port(s). Also, on some IRCd shells you may have to use listen::bind-ip with a specific IP assigned to you (rather than "*").


If I eliminate the part of JSON-RPC everything works without errors

Does anyone know why it's happening?

Any orientation will be well received

Thanks.

Re: Error settings Webpanel and JSON-RPC

Posted: Fri Sep 27, 2024 10:20 am
by Syzop
What Windows version and build are you on exactly? (You can see by running "winver")

Re: Error settings Webpanel and JSON-RPC

Posted: Sun Oct 20, 2024 7:02 am
by albgonsa
Windows Server 2016 Standard (version 1607)