Additional SQL Server features and topics not covered by specific categories
Hi @sd xzzx,
You need to be on the server to use SQL Server Configuration Manager. Probably, it is easiest to do via T-SQL. Please try the following in SSMS.
USE master;
GO
EXEC xp_readerrorlog 0, 1, N'Server is listening on', N'any', NULL, NULL, N'asc';