GamePanelX - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: GamePanelX (
/showthread.php?tid=524400)
GamePanelX -
Crystallize - 06.07.2014
Hi guys i'm having this problem while trying to add a remote server on gamepanelx
"Failed: Remote Install Check: Remote: Unable to connect to the Remote IP Address (107.161.123.164) on Port (21). Check your connection settings and try again."
My VPS is Windows VPS can anyone give me a clue which port should I choose ?
PS : GamePanelX is installed in a web domain
Re: GamePanelX -
NewerthRoleplay - 06.07.2014
Is there an FTP server running on your VPS? Because that's what it's trying to connect to.
Re: GamePanelX -
Inverse - 06.07.2014
You need to make a
Secure Shell (SSH) connection to your remote server. The default port for SSH is
22. That is if you've not changed it (which is done by editing the
sshd_config file).
Код:
nano /etc/ssh/sshd_config
Note: I would recommend changing the default SSH port to something else. Just to make it secure (otherwise bots/people will try connecting to your server using the default port).
Re: GamePanelX -
Aldo. - 07.07.2014
My post from another thread asking for help with GamePanelX
"Back when version 2 was out it was too much of a hassle and I switched to OpenGamePanel(Requires Linux Server) which has been nothing but reliable and works."
Re: GamePanelX -
Crystallize - 08.07.2014
Thanks guys for replies , the problem was with my website "exec" wasn't allowed I fixed everything thanks again