Web Hosting Talk







View Full Version : Help with new server!


sruonline
02-25-2002, 01:31 PM
I've just got the details for my new dedicated linux server. The only port open at the moment is 22 for SSH. I want to start webmin on the server. It isn't installed at the moment - so I need to send the file to the server somehow from an SSH session. In words of one syllable, can anyone explain how this could be done? I haven't got a clue how to do it - I was thinking perhaps start the FTP server (I don't even know how to do that). Any help would be much appreciated.

phpjames
02-25-2002, 01:40 PM
Check your PM.

sruonline
02-25-2002, 01:56 PM
Thanks anyway James, but I was just wondering if someone could quickly post an outline of how to do it.

phpjames
02-25-2002, 02:02 PM
Ill assume you are new. Login via SSH to your box. Change directory to a folder you can remember.

Run this command:
WGET filelocation/nameoffile.***

Unzip the file to your directory. Install script. Bam ur done. Good Luck.

sruonline
02-25-2002, 02:37 PM
I know this really is going to sound stupid - but how do I run the setup.sh script. simply 'setup.sh' doesn't work - but I can't remember what it is you have to put in front of it!

I'll get there eventually...

Cheers,
Daniel.

ffeingol
02-25-2002, 02:38 PM
Are you asking how to download/install ftp/webmin or get it running?

Frank

phpjames
02-25-2002, 02:47 PM
bash setup.sh

sruonline
02-25-2002, 02:56 PM
Thanks for your help everyone - everything is up and running now. I know where to ask if I run into more difficulties!

mkaufman
02-26-2002, 05:12 PM
You can also do:

sh setup.sh

or..

./setup.sh


does depend on the system though