Show pagesourceOld revisionsBacklinksBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditRecent ChangesSend via e-MailPrintPermalink × WIP Collected notes on the upcoming Nethserver 8 which is in development. This is not official documentation! Latest progress status Introduction video: https://www.youtube.com/watch?v=Q1b5PpNetHI Installation on Debian 11 or CentOS 9 (obviously basic install of Debian or CentOS, networking and internet connection required): For Debian update and install curl: apt update apt install -y curl For CentOS update and install curl: dnf update dnf -y install curl Then get the remote install script and run it with curl: curl https://raw.githubusercontent.com/NethServer/ns8-core/main/core/install.sh | bash or with wget: wget -qO https://raw.githubusercontent.com/NethServer/ns8-core/main/core/install.sh | bash Once installed, open a browser to your Debian machine and access the Nethserver 8 GUI: https://yourhost.address/cluster-admin and log in with the default credentials: Login: root Password: Nethesis,1234 More detailed info here https://www.nethserver.org/nethserver-8/ Latest slide deck: https://docs.google.com/presentation/d/1f-OKaYu2jsaejQMbL80-uJnq1e_jBqcmJ9uGSTSoqnQ/edit#slide=id.g11494b914e7_0_172 More developer info: https://gsanchietti.github.io/ns8-core/ wip nethserver_8.txt Last modified: 2022/11/20 11:09by HF