Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Neverwinter Online] Make any IP Trusted

Moderator
Staff member
Moderator
Joined
Oct 8, 2006
Messages
647
Reaction score
369
Finally after mucking about I realized that the reason i couldn't keep my admin
privs between logouts was due to the fact that my PC wasn't considered local/trusted.

Now you will not have to fight the same issues i did.

Open your File Explorer and navigate to C:\Night\Data\Server

Create a new file called IPFilters.txt(This is case sensitive as with all things Cryptic)

Inside it paste the following lines

Code:
{
LocalIPs
		
	Group
	{
		Name Local
		IP 127.0.0.1
		IP 127.0.0.1
	}




TrustedIPs
		
	Group
	{
		Name Trusted
		IP 127.0.0.1
		IP 127.0.0.1
	}




}


Simple as that. Edit your IP address Save the file and start it up.
You can add more trusted ips by simply adding more IP Tags into both into the text file.

Now you can keep that LocalMachine Perk and be able to run it at your brothers house like I have to.


Credits to @DNC for this release.
Thanks buddy. The family and I have been thoroughly enjoying ourselves free of Microtransactions :)

People I think would benefit since they are also learning the inner workings of the files
@LordVenom @natsu123 @HackerVoDanh
 
Last edited:
Back
Top