Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 537  / 3 Years ago, wed, september 29, 2021, 10:39:41

I have two Ubuntu systems. The first I'd like to use as a server. Hence I don't have a display or even keyboard for it. The other is my laptop and can connect to the network. Upon bootup, the "server" will go to a lightdm login screen.



First thing I'd like to do is connect my server to my network. But since I don't have a display for it, I'd like to do it somehow using my laptop. Is there a way I can just connect my laptop to the server using ethernet and then configure it? First step: how do I get "in", or bypass the login screen?


More From » lightdm

 Answers
2

When your server boots up, even if you don't log in, it should be connected to the local network.



To log in, you should be able to use ssh:



ssh [email protected]


If you'd like to run graphical apps on the server you can add X forwarding:



ssh -X [email protected]

[#39558] Friday, October 1, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tigehanc

Total Points: 162
Total Questions: 113
Total Answers: 122

Location: Zambia
Member since Sat, Oct 31, 2020
4 Years ago
;