Changing IP

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
theRadAleks
This is my homepage
This is my homepage
Posts: 201
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Feb 19, 2014 6:07 pm
Location: Dallas, TX

Changing IP

Post by theRadAleks »

Im running a teamspeak server on a unmanaged VDS, and i bought another IP that i want to assign the TS server to use, i searched online and everyone says put it in the startup parameters and i don't know where that's located. Can anyone help?
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Changing IP

Post by kraze »

You need to create a shortcut to your TS3 exe. Right click on that shortcut and go to properties. At the end of the target parameter add

Code: Select all

inifile="C:\Program Files (x86)\Teamspeak 3 server/ts3server.ini"
Change the location to the location of your install and boot the server. a ts3server.ini will then be created. Open it up and look for "voice_ip=". That is where you'll want to define any IP of your choosing.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
theRadAleks
This is my homepage
This is my homepage
Posts: 201
Joined: Wed Feb 19, 2014 6:07 pm
Location: Dallas, TX

Re: Changing IP

Post by theRadAleks »

I did exactly as you said, and its not creating the ts3server.ini file.
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Changing IP

Post by kraze »

Can you copy and paste your full target line?
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
theRadAleks
This is my homepage
This is my homepage
Posts: 201
Joined: Wed Feb 19, 2014 6:07 pm
Location: Dallas, TX

Re: Changing IP

Post by theRadAleks »

Code: Select all

"C:\Program Files (x86)\Teamspeak 3 server\ts3server_win64.exe" inifile="C:\Program Files (x86)\Teamspeak 3 server/ts3server.ini"
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Changing IP

Post by kraze »

Is it safe to assume you are launching the server using that newly created shortcut?
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
theRadAleks
This is my homepage
This is my homepage
Posts: 201
Joined: Wed Feb 19, 2014 6:07 pm
Location: Dallas, TX

Re: Changing IP

Post by theRadAleks »

Yes
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Changing IP

Post by kraze »

Lets try having you launch it using a bat file.

Code: Select all

@ECHO OFF
START "" "path to the TS3.exe" inifile="C:\Program Files (x86)\Teamspeak 3 server/ts3server.ini"
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
theRadAleks
This is my homepage
This is my homepage
Posts: 201
Joined: Wed Feb 19, 2014 6:07 pm
Location: Dallas, TX

Re: Changing IP

Post by theRadAleks »

Yeah that seemed to work! Thanks for the help.
Post Reply