Unable to login via browser after initial setup

Hello,

I’m new to Nextcloud and ubuntu servers in general, but have just setup my Nextcloud box. It booted it for the first time and see the startup message prompting me to enter my login credentials on screen (via HDMI to TV.)

The problem I am encountering is that when I followed the Netxtcloud directions about connecting to the lettter and trying the guide found at: https://insights.ubuntu.com/2016/09/27/first-setup-of-my-nextcloud-box/ I was still unable to login using my browser to Nextcloud, I am on the LAN with the box connected directly to the same router. I am also unable to use putty to connect.

None of the support tickets here appear to address this issue specifically that I have found to work, and now when I reboot I see the following error at bootup (again, via HDMI):

ubuntu-standard login: audit printk limit exceeded

I am attempting to login via firefox on windows 10, without a VPN or proxy, and am at a loss as to how to resolve this issue. Any help would be greatly appreciated.

Thanks,
OC

Ciao,
“audit printk limit exceeded” is more a warning than an error:
https://duckduckgo.com/?q=audit+printk+limit+exceeded

It’s seems that the ubuntu server has some network problem.
Do you ping it?
Can you check which ports are opened? (nmap $UBUNTUSERVER)
Con you login into the server?
“apt-get update” works?
“netstat -vatpn” show web server ports?

we need more info

Hi Paolo,

Thanks for the response. I am unable to ping, or otherwise get a response. When I try to access http://ubuntu-standard.local I get a response that the host could not be found. Same thing in putty, ping, traceroute, etc.

Is there something obvious that I may be doing wrong?

Once you’ve logged in on the commandline, run

ifconfig -a

You’ll then want to look for the IP listed matching the range on which your LAN runs.

http://ubuntu-standard.local isn’t a guaranteed resolvable address depending on your network, but access via IP will work and ifconfig will tell you what it is.