I fixed it by installing on windows.
Now, i would like to modify login panel, but i can't ?
In my file, i've this :
mp.events.add('accountLoginForm', (hours, minutes, seconds) => {
// Set the hour from the server
mp.game.time.setClockTime(hours, minutes, seconds);
// Create login window
mp.events.call('createBrowser', ['package://WiredPlayers/statics/html/accountLogin.html']);
});
EDIT : Fixed !