Installing Software Remotely
Mar 6, 2008
I have just ordered an unmanaged dedicated server with KVM IP. now what I want to know is, how can I install software from my computer to the dedicated server on the other end? Would I have to upload the ISO to that server then install it from there or can I install it directly from my computer to that computer?
View 2 Replies
ADVERTISEMENT
Aug 20, 2008
my current situation is that i'm currently renting out a server in a datacenter, and there is no realistic way I can get physical access. Call me cheap, but I really don't fancy shelling out $100 to get my techs to install it. I do have an idea though, and I just wanted to know how realistic it is / how I would go about performing it.
My server has a rescue shell (uses busybox) that I am able to re-install the OS from (all linux OSes), re-partition the HDD and do general troubleshooting things from. If I was to create a VMware machine on my local computer, install windows 2003 and use a hdd image cloner (from within the machine) to create an image of the HDD, how would I go about copying this image to the server's HDD? I don't know of any cross platform "HDD backer upper / recoverer thingies"
View 6 Replies
View Related
Oct 27, 2008
How can I run memtest86 remotely?? my server has crashed 8 times in less than a week ,
I've had many glitches, it's failed to restart a few times and twice I had a odd glitch where /home/mishkin/ on became read only access (even to mishkin) chmod couldn't fix it and the first time a reboot solved it, the seccond time the server went dead, not even remote reboot can bring it back online
I told my host server.lu about this and demanded a new server, they repleyed with "did you run memtest?"
I told them that I have no idea how to do that remotely and it's 12+ hours (8 of them buisness hours) without reply
help me out guys, oh also any idea how I can get it running again??
it's debian stable
oh and during some of the crashes I had 3 terminals and xfce4 running only (and wasn't even logged on )
I'm not running anything untested
View 6 Replies
View Related
Apr 16, 2009
how I can execute memtest86 remotely without any KVM access. Is this possible? If so, how would I go about it? I run Debian 5.0 32bit with bigmem kernel (16x4GB Dimms)
View 5 Replies
View Related
Jun 12, 2008
I'm wanting to access one of my MySQL db's on my VPS (WHM/cPanel).
Specifically, I want to connect to the db from Excel and pull down certain data live.
I've set up my IP address for remote access in cPanel.
I've done this before on my old shared hosting account, where the hostname for the db was [url]
But under WHM/cPanel, the only hostname used for MySQL is 'localhost', which doesn't work when trying to connect remotely.
View 2 Replies
View Related
May 21, 2008
Just wondering if anyone can share how they access there colo servers remotely? We have a couple of servers in one datacentre and have just setup a new small co-lo solution.
At present we just use RDP to access our windows servers on the standard ports (pretty bad i know). The RDP ports are open as there may be occasions when we need to access the servers from anywhere. Our new soloution is presently setup like this but i am interested in locking it down.
How do other people access their servers? We have DRAC/ILO cards in the servers but we only tend to use these in emergencies as the remote console is pretty slow.
how to improve security are greatfully received!
View 14 Replies
View Related
Apr 10, 2007
I have 2 questions here.
1. I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server.
I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the intrusion and block the IP of the server.
If I use the same test.pl script from an external server the requests come in and are viewable in the access log but mod_evasive doesnt block the IP of the external server.
Probably is not blocing the ip of the external server because of latency.
Is there a way to modify the test.pl script to make it more agressive and get results when testing from an external server?
Here I'm pasting the code of the test.pl script:
Quote:
#!/usr/bin/perl
# test.pl: small script to test mod_dosevasive's effectiveness
use IO:ocket;
use strict;
for(0..100) {
my($response);
my($SOCKET) = new IO:ocket::INET( Proto => "tcp",
PeerAddr=> "test.domain.tld:80");
if (! defined $SOCKET) { die $!; }
print $SOCKET "GET /?$_ HTTP/1.0
";
$response = <$SOCKET>;
print $response;
close($SOCKET);
}
2. Also, I have sendmail installed and on the mod_evasive config I have email address specified on DOSEmailNotify. When testing from the internal server with the test.pl script the server is able to block the ip, put in the hash table but it never sends an email to my email address.
View 0 Replies
View Related
Apr 11, 2007
I have 2 questions here.
1. I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server.
I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the intrusion and block the IP of the server.
If I use the same test.pl script from an external server the requests come in and are viewable in the access log but mod_evasive doesnt block the IP of the external server. Probably is not blocing the ip of the external server because of latency.
Is there a way to modify the test.pl script to make it more agressive and get results when testing from an external server?
Here I'm pasting the code of the test.pl script:
Quote:
#!/usr/bin/perl
# test.pl: small script to test mod_dosevasive's effectiveness
use IO:Socket;
use strict;
for(0..100) {
my($response);
my($SOCKET) = new IO:Socket::INET( Proto => "tcp",
PeerAddr=> "test.domain.tld:80");
if (! defined $SOCKET) { die $!; }
print $SOCKET "GET /?$_ HTTP/1.0
";
$response = <$SOCKET>;
print $response;
close($SOCKET);
}
2. Also, I have sendmail installed and on the mod_evasive config I have email address specified on DOSEmailNotify. When testing from the internal server with the test.pl script the server is able to block the ip, put in the hash table but it never sends an email to my email address.
View 0 Replies
View Related
Jan 11, 2007
I don't know if this is possible after searching on the internet for solutions. Here is the problem. I recently logged off my colocated server 2 days ago, and have been trying to log into it again like I always do using remote desktop. Each time I try it gives me this following error: "This computer can't connect to the remote computer. Try connecting again. If the problem continues, contact the owner of the remote computer or your network administrator."
I've had this server colocated for about 5 months now and I've never had any issues connecting remotely to it. Seems like Remote Desktop got broken somehow, or it's being blocked? I am an admin with logins/passwords etc. The OS is Windows Server 2003 R2, I'm not connected to a remote reboot console. I don't want to have to call the data center for remote hands on support for a restart if that's not going to fix the issue, from what I've heard they charge quite a bit.
View 7 Replies
View Related
Aug 2, 2009
I have setup Active Directory and client computers (win xp sp3). Now I want to install applications on client systems from the wondows server 2003.
View 3 Replies
View Related
Nov 7, 2008
Is there a script or program which I can use to start my game servers remotely? I am giving my friend a free game server, but the problem is that he wants the power to start/stop the server because he wants to update the binaries. I am not looking for a game server control panel, but more like a small script or program that has the power to start/stop the server. The game server I am hosting for him is Team Fortress 2. Also, it has to be free since I am not going to make any profit of this.
Game - Team Fortress 2
OS - Windows 2003 Server
Web hosting - WAMP
View 2 Replies
View Related
Aug 30, 2007
I have a problem connecting to my win2003 server from my work. The thing is that everything is turned off. I dont have administration rights. The remote connection in win xp doesnt work, telnet also dont work. Im behind proxy, all ports are closed. Is there any way, to install software on my server or smth else, so somehow i could connecti to my server remotely? I need to be able to connect to gui interface or maybe just be able to start programs, which crashed.
View 12 Replies
View Related
Aug 18, 2007
KVM to manage multiple servers using single KVM.
We want that if server owner want the kvm for its server we add the user remotely and provide him username/password for KVM to access his server. Once he is done we remove his access from KVM.
Can this kvm [url] be used to manage multiple servers remotely?
There are more then 12 servers to be managed remotely.
All the operations has to be managed remotely. We don't want datacenter intervention or datacenter guys to plugin and plugout the kvm's for each server.
View 12 Replies
View Related
Mar 31, 2007
id like to set up apache on a spare pc i have lying around, for local dev. id like to stick it in the back of a closet (no screen, kb or mouse) but im wondering how i can best access it from my main computers. is there some kind of decent and preferably free remote desktop application that can be used for this?
i know i can access the xampp installation via the ip address, but inevitably ill also have to access whatever OS i decide to install on it (xp or ubuntu)
View 3 Replies
View Related
Apr 19, 2008
Is it possible to Remotely Install Centos on a dedicated server?
View 5 Replies
View Related
Apr 26, 2008
Anybody have a good scheme of fresh install or preinstallling a server with Linux (CentOS in this case) remotely?
View 7 Replies
View Related
Dec 29, 2007
I've been debating this in my head in that we have a number of servers that need to mount a remote server (for backups actually) and debating about the best way of doing it. Traditionally I would use NFS but this is going to have to run over the public internet and NFS is insecure at the best of times.
Now I've got root on all the servers and I was thinking of using sshfs via fuse but just wondered if anyone had any input of the stability of it or any other way.
R1Soft wouldn't work in this method as the backups are created by the user
View 3 Replies
View Related
Aug 20, 2008
Any tools, programs that will execute either with windows on (remote desktop) or install a boot script that will wipe off the hard-drive without going to the datacenter?
This is for windows server 2003.
View 1 Replies
View Related
Feb 22, 2015
Windows Server 2012r2
Plesk Panel 12.0.18 Update #36, last updated at Feb 20, 2015
my server running version 12 on win server 2012r2 of the panel. Sometime in the last few days something has changed and I can no longer load the Admin panel on ip:8443.
I can access the panel by using remote desktop into my server and loading it locally.
I also can not connect to the server using the mobile manager app or via telnet. If I disable the firewall in the Plesk panel it works fine so I checked my firewall but incoming on 8443 is allowed. It seems the firewall is blocking ports that were previously open as I can't remote access my MS SQL server either without switching the firewall off.
The only change I'm aware of since I last used the panel is the update #36 install. Not sure where to look next?
View 1 Replies
View Related
Aug 5, 2007
how to install VNC server such as TightVNC on linux server remotely?
i can access my server only through ssh. (putty).
is there a way to install VNCserver in linux over ssh?
View 12 Replies
View Related
Jun 23, 2008
To install the GD graphics library for PHP, is recompiling the only method? And would recompiling PHP break things?
View 12 Replies
View Related
Feb 27, 2008
just recently upgraded from a fully managed VPS to a Dedicated Server. Everything seemed to be going fine, until I tried installing RoR. I have RubyGems installed and all that, but whenever I try to install Rails, the following happens.
[root@server1 ~]# gem install rails --include-dependencies
Libsafe version 2.0.16
Detected an attempt to write across stack boundary.
Terminating /usr/bin/ruby-bin.
uid=0 euid=0 pid=9614
Call stack:
0x519df871 /lib/libsafe.so.2.0.16
0x519dfc5d /lib/libsafe.so.2.0.16
0x80549b8 /usr/bin/ruby-bin
0x8054a52 /usr/bin/ruby-bin
0x80556af /usr/bin/ruby-bin
0x806132f /usr/bin/ruby-bin
0x8061de6 /usr/bin/ruby-bin
0x809eb06 /usr/bin/ruby-bin
0x8055681 /usr/bin/ruby-bin
0x805de6d /usr/bin/ruby-bin
0x805ea6c /usr/bin/ruby-bin
0x805c5e6 /usr/bin/ruby-bin
0x8059c53 /usr/bin/ruby-bin
0x8064680 /usr/bin/ruby-bin
0x805de6d /usr/bin/ruby-bin
0x805ea6c /usr/bin/ruby-bin
0x805c4df /usr/bin/ruby-bin
0x805d776 /usr/bin/ruby-bin
0x805ae8a /usr/bin/ruby-bin
0x805d2ad /usr/bin/ruby-bin
0x805e66a /usr/bin/ruby-bin
0x805ea6c /usr/bin/ruby-bin
0x805c4df /usr/bin/ruby-bin
0x8062e68 /usr/bin/ruby-bin
0x805b9b2 /usr/bin/ruby-bin
0x805e66a /usr/bin/ruby-bin
0x805ea6c /usr/bin/ruby-bin
0x805c5e6 /usr/bin/ruby-bin
0x805d776 /usr/bin/ruby-bin
Overflow caused by memcpy()
Killed
View 9 Replies
View Related
Nov 12, 2008
Main >> Software >> Apache Update
I've read through a number of threads regarding installing GD. So sorry for yet another, but I just want to make sure that I'm doing this correctly.
As seen in the attachment below I'm presented with a few options:
Previously Saved Config (** DEFAULT **)
Basic (If your previous build has failed, please use this option)
No PHP
PHP Encryption / E-commerce
PHP Encryption and Image Manipulation
PHP Image Manipulation
PHP Security
Should I start by selecting the option "Previously Saved Config (** DEFAULT **)" and then "Start Customizing Based On Profile"?
I've walked through the steps doing the above and have a question about the last section. Viewing the Exhaustive Options List shows GD as already checked yet towards the bottom I see a checkbox with the following (second attachment below):
Quote:
Save my profile with appropriate PHP 5 options set so that it is compatible with cpphp
This option will make the following changes to your profile prior to the build:
Enables:
CurlSSL
FTP
GD
Gettext
Iconv
Imap
Mbregex
Mbstring
Mysql
Mysql of the system
PGsql
Sockets
Zlib
Should I check to save and then click "Save and Build" to get GD installed?
Some additional information: I have downloaded my default profile. (lol Let's hope I don't have to use it because I wouldn't know where to begin!)
My php.ini file shows that GD is not installed or at least not compiled (if that's the right word to use). To clarify, GD is not in the list.
I have tried yum install pgp-gd and get the following:
root@server [~]# yum install php-gd
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* base: styx.biochem.wfubmc.edu
* updates: mirror.raystedman.net
* addons: dist1.800hosting.com
* extras: mirrors.easynews.com
base 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 951 B 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package php-gd available.
Nothing to do
root@server [~]# No package php-gd available.
root@server [~]# rpm -q php-gd
package php-gd is not installed
root@server [~]# php -m
[PHP Modules]
bcmath
calendar
ctype
date
dom
eAccelerator
filter
ftp
hash
iconv
imap
json
libxml
memcache
mysql
pcre
posix
Reflection
session
SimpleXML
sockets
SPL
SQLite
standard
tokenizer
xml
xmlreader
xmlwriter
zlib
[Zend Modules]
eAccelerator
root@server [~]# yum list | grep -i gd
gd.i386 2.0.33-9.4.el5_1.1 installed
gd-devel.i386 2.0.33-9.4.el5_1.1 installed
gd-progs.i386 2.0.33-9.4.el5_1.1 installed
gdb.i386 6.5-37.el5_2.2 installed
gdbm.i386 1.8.0-26.2.1 installed
gdbm-devel.i386 1.8.0-26.2.1 installed
sysklogd.i386 1.4.1-44.el5 installed
aspell-gd.i386 50:0.50-4.2.2 base
gdk-pixbuf.i386 1:0.22.0-25.el5 base
gdk-pixbuf-devel.i386 1:0.22.0-25.el5 base
gdm.i386 1:2.16.0-46.el5.centos base
libgdiplus.i386 1.2.5-1.el5.centos extras
libgdiplus-devel.i386 1.2.5-1.el5.centos extras
root@server [~]#
View 7 Replies
View Related
Jan 30, 2008
to install VPN on my dedicated server with fedora core 6.
I search on the internet and I found some article.
now I have this question,
I found the rpm in WHM>Software>Install a RPM named openvpn.i386 .
Can I install this rpm from this section?
View 1 Replies
View Related
Mar 30, 2007
my server running freebsd 6.2
i want to installing PHP 5 so my server can run 2 version of PHP (4 and 5)
im following the step here [url]
installing was successful
[root@s1 /usr/local/apache/logs]# /usr/local/cpanel/cgi-sys/php5 -v
PHP 5.2.1 (cgi) (built: Mar 30 2007 17:07:11)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
but when i try to running phpinfo for it, its show me an error
i grep the error from error.log and got this
[Fri Mar 30 17:42:47 2007] [error] [client 202.65.236.10] Premature end of script headers: /home/uletbulu/public_html/info.php
[Fri Mar 30 17:42:47 2007] [error] [client 202.65.236.10] File does not exist: /home/uletbulu/public_html/500.shtml
[Fri Mar 30 17:44:07 2007] [error] [client 202.65.236.10] Premature end of script headers: /usr/local/cpanel/cgi-sys/php5
[Fri Mar 30 17:44:07 2007] [error] [client 202.65.236.10] File does not exist: /home/uletbulu/public_html/500.shtml
but for php 4 there is no problem at all
or the syntax for php 5 not using phpinfo(); anymore?
[url]
[url]
View 0 Replies
View Related
Jan 25, 2007
I've installed PHP, MySQL and Apache on my XP.
I've uncommented some extensions in php.ini and among them:
extension=php_pdf.dll and extension=php_mysqli.dll, but when I start Apache I got the message:
PHP Startup: Unable to load dynamic library 'c:phpextphp_mysqli.dll' - The specified module could not be found
But I have that module in c:phpextphp_mysqli.dll.
View 5 Replies
View Related
Jun 13, 2007
Anyone have tried yum with suse 10.x ? and what its rpm download link?
View 1 Replies
View Related
Apr 29, 2007
Ive just installed PHP on my virtual server and am getting this error message:
PHP Warning: PHP Startup: (null): Unable to initialize module
Module compiled with module API=20041030, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: (null): Unable to initialize module
Module compiled with module API=20041030, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/dom.so' - /usr/lib/php/modules/dom.so: undefined symbol: empty_string in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/gd.so' - /usr/lib/php/modules/gd.so: undefined symbol: empty_string in Unknown on line 0
PHP Warning: PHP Startup: ?Mq?gpp?: Unable to initialize module
Module compiled with module API=20041030, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mbstring.so' - /usr/lib/php/modules/mbstring.so: undefined symbol: empty_string in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mysql.so' - /usr/lib/php/modules/mysql.so: undefined symbol: empty_string in Unknown on line 0
PHP Warning: PHP Startup: D1q?`?p?: Unable to initialize module
Module compiled with module API=20041030, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xsl.so' - /usr/lib/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0
Does anyone have any ideas what this could be/how it could be fixed? Full phpinfo can be found here: jlwalsh.net/phpinfo.php - if theres any other info I can send let me know.
View 2 Replies
View Related
Oct 14, 2007
Trying to install gd library but not able to..
When i do yum install php-gd it says nothing to do..
Kindly help me.. Its a week i am trying to make it work.. Looks like i have searched the whole net..
View 14 Replies
View Related
Apr 1, 2007
I have Kevin Yank's book, and have followed the instructions (I thought) absolutely correctly.
most of it seems to be fine, but when I open up the very first page created (the "today.php" project!).. it says "module not found"..
take out the <%php bit... and rename it as an asp file (just to be sure my /localhost settings etc were ok) and it works fine. It's clearly a php install error.. Where do I start looking?
I did search on the forum but failed to find any related thread...
View 4 Replies
View Related