NethServer Version: 7.7.1908
Module: nethserver
Good morning,
I state that I am a hobbyist,
I registered for AWS and created an ec2 machine with centos 7.
I connected with the machine created via SSH (with AWS certificate) and installed NethServer.
I can connect to the login page but even if I enter, as per user : root and Pw: Nethesis,1234 I cannot log in. On the machine created I log in as a generic Centos user and do not have a password for the root user.
How can I proceed?
Thank you very much
mrmarkuz
(Markus Neuberger)
March 16, 2020, 1:47pm
2
Hi,
welcome to NethServer Community,
I don’t use AWS but maybe it’s possible to change the root password on CLI:
sudo passwd root
Here’s a Howto about AWS EC2:
Requirement
A working Amazon AWS Account
Setting up the Amazon EC2 CLI on your pc (I’ve done it on my iMac machine)
Launch an updated Centos 6 Instance
I’ve done it with Amazon EC2 CLI following this tutorial
Step 1: create a key pair named nskey
ec2-create-keypair nskey
Step 2: create a security group
ec2-create-group nsgroup -d "Nethserver security group"
Step 3: add a rule to nsgroup Security Group for permit access to my instance via ssh to my public ip
ec2-authorize nsgroup -p 22 …
Thank you very much.
now i can connect to the console manager of Nethserver
mrmarkuz
(Markus Neuberger)
March 16, 2020, 3:05pm
4
You’re welcome.
Please mark the topic as solved:
Now we have an amazing feature on our community platform which helps to mark a topic as SOLVED
As the OP (topic creator) you will have a button that allows you to accept an answer
[image]
Accepted answers are highlighted in the topic list:
[image]
Accepted answers are highlighted on the initial topic:
[image]
This kind of action is enabled only for topic into the Support category
Happy support!