Help with configuring NethServer 8 (was: Ajuda com configuração do Nethserver 8)

Caros senhores,
Estou implementando um servidor com proxmox, dentro dele em um container eu instalei um Rocky linux 9.5. Tenho configurados o web-admin pelo cockpit, acesso normalmente pelo admin, no entanto, não consigo instalar o nethserver para configurar o AD. Todos os procedimentos acusam erro de link quebrado. Qual orientação para eu conseguir instalar o NethServer e gerenciar o meu domínio?

ChatGPT Translation into English:
Dear Sirs,
I am implementing a server with Proxmox. Inside it, in a container, I installed Rocky Linux 9.5. I have configured the web admin through Cockpit and can access it normally via the admin user. However, I am unable to install NethServer to configure Active Directory. All procedures report a broken link error. What guidance can you provide so I can install NethServer and manage my domain?

Are you installing NS8 as a container, or in a VM on the Proxmox?

Regards…

Uwe

Container

I mean, this is unsopported way for ns8 installation.
I have two NS8 clusters running here on a Proxmox. They are both installed as VMs and are actually running without any problems.

1 Like

You should install a clean VM with a supported linux distribution (I use Debbian) on Proxmox.
The you should use the installaton script.

curl https://raw.githubusercontent.com/NethServer/ns8-core/ns8-stable/core/install.sh | bash

https://docs.nethserver.org/projects/ns8/en/latest/install.html

or have a look here:

2 Likes

ok, vou tentar instalar novamente via VM, o que eu já tinha feito e ver se consigo baixar o NS8.

Este é exatamente o meu problema! Eu instalo pela imagem do nethserver uma VM ou um container e na hora de realizar a instalação ele não acha. ERRO 404.
Testei aqui e o link indicado está com o mesmo erro 404.
curl https://raw.githubusercontent.com/NethServer/ns8-core/ns8-stable/core/install.sh | bash

I’ll try to install it again via VM, which I had already done, and see if I can download NS8.

This is exactly my problem! I install a VM or container using the nethserver image and when I install it, it doesn’t find it. ERROR 404.
I tested it here and the link indicated has the same error 404.
curl https://raw.githubusercontent.com/NethServer/ns8-core/ns8-stable/core/install.sh | bash

If you used the prebuilt image, then you don’t need to install NS8, it’s already installed on the image.

Do you get a 404 when entering following command?

curl https://raw.githubusercontent.com/NethServer/ns8-core/ns8-stable/core/install.sh

If yes, do you use some firewall/IPS/adblock that maybe blocks github?

Não uso nada que possa bloquear. Pois é seguindo a instalação do NEthServer eu consigo instalar, a imagem no NS8. Eu configuro os IPS, eu acesso o Cockpit, logo, certinho. Mas não tenho o NETHSERVER instalado. Não tenho opções de domínio. Não tenho configurações do AD. Quando tento adicionar as dependências para criar e gerenciar as dependências de rede, ele faz uma checagem e acusa erros de 404 ou co relacionados. Em testes por fora, os linksparecem quebrados.

I don’t use anything that could block it. Well, by following the NEthServer installation I can install the image on the NS8. I configure the IPs, I access the Cockpit, and then, everything is fine. But I don’t have NETHSERVER installed. I don’t have domain options. I don’t have AD settings. When I try to add dependencies to create and manage network dependencies, it checks and reports 404 or related errors. In external tests, the links appear to be broken.

Did you install Cockpit or is it about the cluster-admin?

This is the cluster-admin, you can create user domains on the “Domains and users” page:

Which network dependencies? Sorry, I don’t understand… Could you please share screenshots?

BTW, this forum is in English, so please use Deepl or Google Translator so it’s easier to understand and support you.


Exactly, I have administrative access, but I don’t have anything regarding domain services, or what would be NEthServer. And when I try to install it, I can’t. It doesn’t download.

1 Like

It’s as if I only had Rockylinux with the cockpit running. Without anything from Nethserver at all.

I previously used NethServer 7.9 without any problems.

Did you install cockpit manually? It’s not included in NS8 or in the pre built image.

Please try to download and install as follows and share the results that you get. In my example NS8 is already installed, so I get “Installation failed: interface wg0 is already in use”

[root@node ~]# curl https://raw.githubusercontent.com/NethServer/ns8-core/main/core/install.sh > install.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3326  100  3326    0     0  70765      0 --:--:-- --:--:-- --:--:-- 70765
[root@node ~]# bash install.sh
Checking the interface wg0 is not already in use
Installation failed: interface wg0 is already in use.


I created a VM from scratch with the image from https://tinyurl.com/ns8-rocky-qcow2 . I started the virtual machine, configured the necessary ip and changed the root password.
The password worked perfectly via the console, but when I tried to access it via the browser, it didn’t work.
After some analysis, I saw that the cockpit was not installed and enabled. I installed it, enabled it and it accessed normally via the browser. In the same way as before. Without the Nethserver features for AD management. When I tried to install the dependencies, I got the same error as before! What am I not doing or doing wrong?

Translated with DeepL.com (free version)

In NS8 the default password for the cluster-admin is Nethesis,1234
Root password is different to cluster-admin.
Cockpit in NS8 is optional, it’s not required for NS8.

Yes, I changed the password after the first login.