Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 69307  / 1 Year ago, wed, may 24, 2023, 3:56:16

Today I installed my first web server, which is Ubuntu 12.04 LTS.



I got Apache, PHP and MySql working, there is even MyPHPAdmin! Everything is working fine on that PC, but the problem is that I have no idea how to connect to this server from my PC.



Just to clarify- I got one PC that I work on and got another one, which has Ubuntu Server running. I even managed to connect them through the router, which I made to work as a switch. I can see the Ubuntu Server on my Windows PC in "Network", but it's empty, I can't see any files.



I tried to share a folder etc/www on Server, but it shows an error saying something about right, that I'm not this folder's owner. I guess I'm not doing the right thing at all, am I? Even if I could see shared folder on my Windows PC- I would still be not able to type "somedomain.com" on Windows PC and access for example index.php or MySql database.



So, the question is- how do I configure Ubuntu Server to be accessible from Windows PC?


More From » server

 Answers
7

Ensure you have OpenSSH installed on your server, you can install it with sudo apt-get install openssh-server. For future installations, you get a menu during installation of the server with different choices. Lamp, openssh, MySQL etc. If you mark openssh you're good to go after installation.



Furthermore, if the computer you want to access from runs windows, download a program called putty.



If it runs any distro of linux you can use the terminal. sudo apt-get install openssh-client. The syntax for accessing the server from your terminal is like this ssh my-user-name@my-server-ip. If you have a domain associated with the IP you can replace the IP with the domain.



Hope this helps


[#35807] Thursday, May 25, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
weamp

Total Points: 197
Total Questions: 115
Total Answers: 92

Location: Mauritania
Member since Sun, May 7, 2023
1 Year ago
;