How to make a SA:MP Server that can be accessed from anywhere using BSNL Netlink modem?

  • Thread starter Thread starter W4RN3R
  • Start date Start date
  • Replies Replies 17
  • Views Views 1,626
Messages
4
Location
kerala
ISP
BSNL BROADBAND
Is it possible to create SA:MP server that can be accessed from anywhere in the world so that my friends can play in the same server. I know something about static IPs and I am still confused if I can do that by doing some tweaks or something.

BTW SA:MP expands to Sandreas MultiPlayer which is a Online version for San Andreas..
 
BSNL provides dynamic IP addresses. You can host a server and then share the info with your friends to join. You have to port forward and that's it.
 
Hello @W4RN3R
If you want to host SA-MP Server through your Own PC (using your PC Setup) It will be easy to do.
You just need to download playit.gg application into your PC.

While, You install it. Setup your new Tunnel into the website. Make sure when you create the Tunnel, Set the Sharing Mode in TCP/UCP and your Permanent IP Address will be created by the website.

After that, Run your SA-MP Script in command prompt or use samp-server.exe to execute your Gamemode while running Playit.gg application.
Note* : Run Playit.gg before running samp-server.exe and make sure to edit your server.cfg

In server.cfg, Put IP and Port
Ex. :
gamemode0 test
ip 1.1.1.1
port 7777

Like this, which will be provided to you by playit.gg

Your server is ready to be played by your friends from anywhere in the world.
Note* : It will require a Good PC & Higher Speed to host SA-MP Server for High Specs Gamemode. For Low Specs, Normal speed between 10 - 20 MBPS will be fine for 10 - 25 playersbase server.
 
You misunderstood. I'm not saying that they don't provide static IP address, you get public IP addresses and not CGNAT addresses on standard connections.
 
@sloj how to do that port forwarding you told me? How do i setup can you elaborate on process please?

Also I am planning to use my laptop as game server as VPS/RDP is not affordable for me. I don't have much idea about this port forwarding and all.

I also want to make my home page available to everyone.. Like those flask applications, But IPS on PC keeps on changing and all
 
@Protector Thank you for your kind reply. I will use this for my needs as for now.. But I am wondering and I want to know about how this port forwarding and everything I can make it work with Broadband.. I guess it's not possible..
 
Back