Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - leobaldoneto

Pages: [1]
1
PHP / Re: How can i open 2 ports for php sockets?
« on: December 09, 2019, 08:17:22 PM »
I think you only need to open ports, you need to check the script documentation.

2
How to / Re: How TO Setup Remote Backup
« on: December 09, 2019, 08:11:58 PM »
I would like to enable remote backup on my VPS as well. But I am still in the process of finding a backup server that is not too expensive to put all my backups.

Any recommendations?

Thanks,

I created an free f1 micro instance in Gcloud. It has 30GB HDD free storage.

3
PHP / Re: How can i open 2 ports for php sockets?
« on: December 09, 2019, 08:04:47 PM »
Go to Security > Firewall Manager > Configuration > Main Configuration.

It will open file editor, then scroll down to
# Allow incoming TCP ports
and
# Allow outgoing TCP ports

Add ports you need to open, click save changes and restart firewall.

Pages: [1]