OperServ- Access denied.

If you hit any installation issues or cannot connect to your freshly installed UnrealIRCd then this forum is for you.

Moderator: Supporters

Post Reply
joker
Posts: 3
Joined: Fri Oct 15, 2021 6:39 pm

OperServ- Access denied.

Post by joker »

Hi,

OperServ- Access denied.
You need to use a secure connection (SSL/TLS) in order to /OPER.
- See https://www.unrealircd.org/docs/FAQ#oper-requires-tls
-I am trying to login to the admin to no avail unrealircd.conf and services.conf

Use the following versions unrealircd-5.2.2 and anope-2.0.10
Note that I used the previous version and everything was done unrealircd-4
How do I cancel ssl if it is necessary
Thank you
PeGaSuS
Official supporter
Posts: 96
Joined: Tue Jun 27, 2017 4:42 pm
Contact:

Re: OperServ- Access denied.

Post by PeGaSuS »

You have an example, on the same URL you've posted: https://www.unrealircd.org/docs/FAQ#Opt ... onnections.

Just read a bit more and all is explained there.

Hope this helps.

Cheers!
IRC Network: PTirc - GitHub: TehPeGaSuS - Help and support: #unreal-support
Lord255
Posts: 95
Joined: Sat Feb 29, 2020 12:58 am
Location: offline

Re: OperServ- Access denied.

Post by Lord255 »

operserv belongs to anope, not to unrealircd.

you need to oper up on unrealircd side.
see https://www.unrealircd.org/docs/Oper_block <- this page describes how does an oper block look like.
verify the "loginid" and the "pw" in your conf and after you connected to your server via a tls port (default 6697), you need to oper up with
/oper "loginid" "pw"

after or before that, you will / you have to identify yourself via nickserv, then you can try to login to operserv with the command:
/msg operserv login <ospasswordhere>
see https://github.com/anope/anope/blob/aa0 ... #L884-L920 for further details, but this is anope now, not unrealircd. :)
Last edited by Lord255 on Fri Oct 15, 2021 10:31 pm, edited 1 time in total.
joker
Posts: 3
Joined: Fri Oct 15, 2021 6:39 pm

Re: OperServ- Access denied.

Post by joker »

I will read more, thanks for the reply
PeGaSuS and Lord255
Post Reply