problem in ts3 client Online since

chuga2

Restricted
Jul 16, 2016
175
42
61
hello
i have a problem in my ts3 server the client Online since always remains in 1 second

I thought the problem in vps time but i dont know maybe yes maybe no :rolleyes:

somebody have i solution ?

Thanks
 

Laszl0w

Well-Known Member
Oct 10, 2015
217
149
143
Than read it again.

"I think the problem might be that your server's clock is running 12 minutes late. I've had the same "problem" (not really a problem, just too lazy to fix it) on my server when I was running windows and it was set at 1980, thus giving all users online since 33 years ago. So just try syncing your server's clock and see if it solves the problem."
 

InVaDeR359

Active Member
May 29, 2017
160
121
72
in this post i can't find any solution i know is problem on server clock but how can fix it ?
You can synchronize your server clock by installing NTP, just do :
sudo apt-get install ntp
then, do
ntpdate pool.ntp.org
You can replace pool.ntp.org with a server address from here : http://www.pool.ntp.org/zone/@ ( Choose the one you want your server time to be synchronized with )

PS: Make sure port 123 UDP is open, it is needed for the server to connect to local NTP servers.
 

chuga2

Restricted
Jul 16, 2016
175
42
61
You can synchronize your server clock by installing NTP, just do :
sudo apt-get install ntp
then, do
ntpdate pool.ntp.org
You can replace pool.ntp.org with a server address from here : http://www.pool.ntp.org/zone/@ ( Choose the one you want your server time to be synchronized with )

PS: Make sure port 123 UDP is open, it is needed for the server to connect to local NTP servers.

root@chuga2:~# ntpdate europe.pool.ntp.org
13 Jan 15:44:20 ntpdate[24204]: step-systime: Operation not permitted
 

amsaal

VIP
Jul 28, 2015
273
102
122
it this openvz? there are limitation ? but come inbox and send me your team speak ip so i can see myself and may be help you too.
 

InVaDeR359

Active Member
May 29, 2017
160
121
72
root@chuga2:~# ntpdate europe.pool.ntp.org
13 Jan 15:44:20 ntpdate[24204]: step-systime: Operation not permitted
it this openvz? there are limitation ? but come inbox and send me your team speak ip so i can see myself and may be help you too.
That's odd, I got my server clock desynchronized once, and it caused me problems starting my sinusbots. It asks me everytime to update, but I fixed that with NTP and I haven't had any permissions error on a regular VPS from bungeecloud.org
I guess in that case, contact your hosting provider.
also, try :
root@main:~# date
and see how much different than the time here : https://time.is/
 

chuga2

Restricted
Jul 16, 2016
175
42
61
That's odd, I got my server clock desynchronized once, and it caused me problems starting my sinusbots. It asks me everytime to update, but I fixed that with NTP and I haven't had any permissions error on a regular VPS from bungeecloud.org
I guess in that case, contact your hosting provider.
also, try :
root@main:~# date
and see how much different than the time here : https://time.is/

FIXED
 
Top