Guild icon
DDraceNetwork
DDraceNetwork / questions
For newcomers to ask questions and get help. Also check https://wiki.ddnet.org/wiki/FAQ
Between 2024-10-27 00:00 and 2024-10-28 00:00
Avatar
Avatar
deen
not yet, but it's being worked on: https://github.com/ddnet/ddnet/pull/9172
woowowoowowoowow
Avatar
@Jupstar ✪
Avatar
Jupstar ✪ 2024-10-27 07:04
Eve
Avatar
Wait me
Avatar
Jupstar ✪ 2024-10-27 07:30
I already told you everything you need to do
07:30
I cannot help you anymore
Avatar
Avatar
Jupstar ✪
open terminal, type ssh <user>@<ip>
Jupstar ✪ 2024-10-27 07:30
.
Avatar
Avatar
Jupstar ✪
Read the ddnet readme it has everything you need: https://github.com/ddnet/ddnet/blob/master/README.md
Jupstar ✪ 2024-10-27 07:30
.
Avatar
(:<)
Avatar
Jupstar ✪ 2024-10-27 07:40
Yeah sry but what do you expect
07:40
Do exactly what is already written and it should work
Avatar
Jupstar ✪ 2024-10-27 07:55
@Evelyn Let's do it this way. You try as good as you can alone. And if you have trouble you can ask. But don't ask every step, there are many tutorials in the internet that explain it better than me ^^
Avatar
@Jupstar ✪ I logged in using ssh, installed sudo apt install build-essential and so on, copied the ddnet repository via git, what should I do next?
Avatar
Jupstar ✪ 2024-10-27 07:58
Oh nice you are so far already
07:59
DDraceNetwork, a free cooperative platformer game. Contribute to ddnet/ddnet development by creating an account on GitHub.
07:59
next comes building and running
Avatar
this ?
Avatar
Jupstar ✪ 2024-10-27 07:59
yes
07:59
after you did git clone there is a folder called ddnet
07:59
you can enter it by cd ddnet
Avatar
Jupstar ✪ 2024-10-27 08:00
and then execute the commands
Avatar
for some reason I can't write
08:01
i fixed
08:03
i cloning into ddnet wait
08:06
wait i use power shell , site terminal dont work
08:07
You can't copy and paste here, help me morally
08:08
@Jupstar ✪ i build
Avatar
Jupstar ✪ 2024-10-27 08:08
in Linux you paste with shift + insert
08:09
But most terminals also allow ctrl + shift + v
Avatar
i paste sudo apt install libgtest-dev cd /usr/src/gtest sudo cmake CMakeLists.txt sudo make -j$(nproc)

copy or symlink libgtest.a and libgtest_main.a to your /usr/lib folder

sudo cp lib/*.a /usr/lib
Avatar
Jupstar ✪ 2024-10-27 08:09
😮
08:09
the last one sounds very wrong is that in your readme?
08:10
Ahh
08:10
you don't need the Test section
08:10
Ignore "Running tests"
08:10
ok
08:10
but I already put it in
08:11
Avatar
Jupstar ✪ 2024-10-27 08:11
Yeah I dunno but that section looks cursed to me
Avatar
paste this?
Avatar
Jupstar ✪ 2024-10-27 08:11
the fact that it does sudo make is already cursed xD
08:11
No
Avatar
Avatar
Evelyn
this ?
Jupstar ✪ 2024-10-27 08:11
After you finished this
08:11
you are done
08:11
there is a build dir. Do cd build
08:12
then do ls -l and show screenshot
08:12
Avatar
Jupstar ✪ 2024-10-27 08:12
yeah you already were in build dir
08:12
just do ls -l
Avatar
Jupstar ✪ 2024-10-27 08:13
Did you do make -j$(nproc) ?
08:14
there is no ddnet server yet
Avatar
i dont know lol
08:14
oh sorry
Avatar
Jupstar ✪ 2024-10-27 08:14
just try the command and show screenshot
08:14
that is easier
Avatar
I asked chat gpt
Avatar
Jupstar ✪ 2024-10-27 08:14
ah maybe it builds the client
08:15
Do this:
  • cmake .. -DCLIENT=OFF
  • make -j$(nproc)
08:15
then show screenshot after it is done
Avatar
I have already inserted 2
Avatar
Jupstar ✪ 2024-10-27 08:15
yeah but probably it will throw errors
08:15
because it tries to build the client
08:15
but you only need the server
08:16
But maybe it also just works xd
Avatar
Jupstar ✪ 2024-10-27 08:16
looks good
08:16
as long it's not red
08:16
:p
Avatar
guys how long has it been
08:20
already a day??
Avatar
Jupstar ✪ 2024-10-27 08:21
what are you refering to
Avatar
server set up
Avatar
Jupstar ✪ 2024-10-27 08:22
We paused because he had to go sleep
pepeW 1
Avatar
@Jupstar ✪ no red
Avatar
Avatar
Evelyn
@Jupstar ✪ no red
Jupstar ✪ 2024-10-27 08:22
nice
08:22
does file DDNet-Server show something good?
Avatar
Jupstar ✪ 2024-10-27 08:23
ok nvm
08:23
just do ./DDNet-Server
08:23
and see if the server starts
Avatar
Jupstar ✪ 2024-10-27 08:23
good
08:24
you can close the server again doing ctrl + c
08:24
now you need to create your server config file
Avatar
autoexec?
Avatar
Jupstar ✪ 2024-10-27 08:24
you can call it as you want
Avatar
autoexec_server.cfg
Avatar
Jupstar ✪ 2024-10-27 08:25
i recommend a user friendly terminal text editor like micro sudo apt install micro
08:25
then you do micro myconfig.cfg (edited)
08:25
and write whatever commands you need. you can also just copy your existing config
Avatar
i install this in ddnet repository?
Avatar
Jupstar ✪ 2024-10-27 08:25
when you done ctrl + s - to save ctrl + q - to quit the editor then ./DDNet-Server -f myconfig.cfg
Avatar
Avatar
Evelyn
i install this in ddnet repository?
Jupstar ✪ 2024-10-27 08:26
You can execute it everywhere
08:26
doesn't matter
08:26
but the config must be in your build folder
Avatar
what this
Avatar
Jupstar ✪ 2024-10-27 08:27
yes
08:27
that is your text editor
08:27
you can now edit your config
Avatar
And what should I write here?
Avatar
Jupstar ✪ 2024-10-27 08:28
your config file
08:28
sv_register ipv4
08:28
sv_name MyCoolServer
08:28
whatever
Avatar
maybe copy this?
Avatar
Jupstar ✪ 2024-10-27 08:29
You can copy that yes
08:29
But please fill the passwords with strong passwords xd
Avatar
and paste?
pepeW 1
Avatar
Avatar
Evelyn
and paste?
Jupstar ✪ 2024-10-27 08:30
normally just ctrl + v maybe ctrl + shift + v
08:30
or shift + insert
Avatar
don t and dont
Avatar
Jupstar ✪ 2024-10-27 08:30
Mh
08:30
i honestly never used ssh on windows
Avatar
right click
08:30
mouse
08:30
to paste
08:30
in ps
Avatar
dont really
Avatar
Jupstar ✪ 2024-10-27 08:30
do ctrl + q
08:30
and do nano myconfig.cfg
08:30
maybe that works better
Avatar
nano not found
Avatar
Avatar
むぎ
right click
this work in powershell
08:31
but it doesn't work in the config editor
Avatar
Avatar
Evelyn
nano not found
Jupstar ✪ 2024-10-27 08:31
sudo apt install nano
Avatar
this help really
08:33
i paste this
08:33
and ctrl + c?
Avatar
Jupstar ✪ 2024-10-27 08:33
you paste
08:33
then ctrl + s to save
08:33
and then ctrl + x to exit
Avatar
isnt is ctrl o
08:34
to write
Avatar
Jupstar ✪ 2024-10-27 08:34
i dunno i use ctrl +s since always
Avatar
ctrl x is exit
Avatar
Any key combination now plays an error sound in Windows
Avatar
Jupstar ✪ 2024-10-27 08:35
maybe click into the window first
Avatar
Jupstar ✪ 2024-10-27 08:35
i think you pressed ctrl + w
08:35
just do ctrl + c to cancel
Avatar
u should have been using good terminal in the first place lulul
Avatar
i start my server
08:38
registering
08:38
waittttttt
08:39
Avatar
Jupstar ✪ 2024-10-27 08:40
looks good
Avatar
nothing happens
Avatar
Jupstar ✪ 2024-10-27 08:40
well looks like it worked
08:40
you should be able to find your server now
08:40
btw you leaked your rcon password
08:40
so better close the server after you tested
Avatar
i founds
Avatar
Jupstar ✪ 2024-10-27 08:41
good
08:41
close server
08:41
I tell you one last thing
08:42
to make your server run 24/7 you need to run the server detached. One simple way on linux is to use screen: sudo apt install screen then do screen -dm bash -c "./DDNet-Server -f myconfig.cfg"
08:42
but honestly
08:42
I would recommend you to set a strong rcon password
08:42
in the config
Avatar
how to write something in myconfig.cfg
Avatar
Jupstar ✪ 2024-10-27 08:44
with nano again
08:44
like before
Avatar
I can't write anything anywhere
Avatar
Jupstar ✪ 2024-10-27 08:45
Move your fingers towards your keyboard
08:46
Normally using nano you can just type stuff
08:46
but you need to use keyboard to navigate
Avatar
this can be done faster?
Avatar
Jupstar ✪ 2024-10-27 08:46
micro is easier, but apparently it doesnt work on windows
08:48
Last step, write a blog in russian so next time someone asks I don't have to go through this torture again
monkalaugh 1
Avatar
and install mobaxterm
08:50
micro works
Avatar
How to add a map to the server if I have a map file?
Avatar
Jupstar ✪ 2024-10-27 08:51
either use scp, filezilla (GUI) or download the map inside the server, if you can upload somewhere using wget
Avatar
or u can use mobaxterm and just upload ur map inside of the terminal
Avatar
Avatar
むぎ
and install mobaxterm
ok
Avatar
free?
Avatar
пон
08:55
its virus?
Avatar
your telling the truth?
Avatar
why would u believe me
08:56
do ur research
Avatar
i installed
08:56
i started
08:56
my pc is brocken
Avatar
unluck
Avatar
Jupstar ✪ 2024-10-27 08:57
your pc was uploaded to mugi
Avatar
Now using the server I can see the IPs of people who access itgigachad
Avatar
Avatar
Jupstar ✪
your pc was uploaded to mugi
pacman -S mugi
Avatar
Avatar
むぎ
unluck
08:58
help
Avatar
start local terminal
Avatar
Jupstar ✪ 2024-10-27 08:58
If you press Light i block you
Avatar
paste ur server ip then username
Avatar
and i punch you
08:59
Avatar
Avatar
Jupstar ✪
If you press Light i block you
prise the sun
Avatar
i logging
Avatar
login
Avatar
is there a way to see your current checkpoint?
Avatar
i dont think so
09:15
waiting for this feature since 2007
Avatar
Jupstar ✪ 2024-10-27 09:16
Wow
09:16
You truely were ahead of your time
Avatar
The current checkpoint is shown in debug mode (Ctrl+Shift+D) on the right
Avatar
@Jupstar ✪
Avatar
Jupstar ✪ 2024-10-27 10:37
Eve
10:38
Avatar
Why do I specify my rcon password, but when the server starts, a random one is generated?
Avatar
Jupstar ✪ 2024-10-27 10:39
in the cfg u find sv_rcon_password
Avatar
heinrich5991 2024-10-27 10:39
you need to remove the # in front of it
10:43
@Jupstar ✪ I somehow got 2 servers, lol
Avatar
Jupstar ✪ 2024-10-27 10:44
rofl
Avatar
what
Avatar
Jupstar ✪ 2024-10-27 10:47
what what
10:47
killall DDNet-Server
10:47
you didn't close your previous instance
10:47
you can also find it with screen -r
Avatar
^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H
jaouis 1
f3 1
10:52
how to close all your ddnet servers
Avatar
if you're on windows, just look for DDNet-Server.exe in task-manager and forcefully close it
Avatar
Avatar
Evelyn
how to close all your ddnet servers
Jupstar ✪ 2024-10-27 10:54
literally my messages before you spam
Avatar
Hello everyone. I downloaded a zip archive with all the maps from the git hub and I don't understand how to install them on my server. When I copy the folder, the server is simply not created, please help
Avatar
@Jupstar ✪
Avatar
Jupstar ✪ 2024-10-27 11:11
Eve
Avatar
How to change mode from TestDDR to any other?
Avatar
Jupstar ✪ 2024-10-27 11:11
sv_test_cmds 0
Avatar
Avatar
JETO
Hello everyone. I downloaded a zip archive with all the maps from the git hub and I don't understand how to install them on my server. When I copy the folder, the server is simply not created, please help
follow the readme on the github page. it's explained how there
Avatar
Avatar
JETO
Hello everyone. I downloaded a zip archive with all the maps from the git hub and I don't understand how to install them on my server. When I copy the folder, the server is simply not created, please help
Jupstar ✪ 2024-10-27 11:13
It's not really easy to install them like for ddnet. But you can use the rcon command add_map_votes to add votes for maps
Avatar
Avatar
Jupstar ✪
It's not really easy to install them like for ddnet. But you can use the rcon command add_map_votes to add votes for maps
the github repo has that setup for ya cat_hehe
Avatar
Jupstar ✪ 2024-10-27 11:14
looks hard
Avatar
All official DDNet maps, ready to be run in your own server! Simply download this repository, add your DDNet-Server binary (distributed together with the DDNet client) and start the server. You can change the settings in autoexec_server.cfg
11:14
i dont think so
Avatar
Jupstar ✪ 2024-10-27 11:16
what is DDNet-Server binary
11:16
@meloƞ
11:16
help
11:16
i can't find
Avatar
thisemoji i hate you
Avatar
How to specify a custom mod?
Avatar
Avatar
Evelyn
How to specify a custom mod?
Jupstar ✪ 2024-10-27 11:18
I think that only works by changing the source code
Avatar
chillerdragon BOT 2024-10-27 11:19
jopsti real gangster use antibot module for custom mods
Avatar
Avatar
chillerdragon
jopsti real gangster use antibot module for custom mods
bot speak
11:19
im truth
Avatar
chillerdragon BOT 2024-10-27 11:20
i am robot what custom mod u want?
Avatar
Jupstar ✪ 2024-10-27 11:20
chillerdragon has more experience with setting up servers and changing mod name
11:20
he can help you with everything from here
Avatar
Avatar
chillerdragon
i am robot what custom mod u want?
KoG
Avatar
chillerdragon BOT 2024-10-27 11:20
its not publicly available :c
Avatar
Jupstar ✪ 2024-10-27 11:20
not even KoG calls it KoG
Avatar
DDRace
Avatar
chillerdragon BOT 2024-10-27 11:20
but ddnet is close enough imo :D which features do you need?
11:20
moving tiles?
Avatar
Avatar
chillerdragon
its not publicly available :c
Jupstar ✪ 2024-10-27 11:20
You can download their server executable for windows
11:20
xD
Avatar
chillerdragon BOT 2024-10-27 11:21
wtf since when
11:21
aaa
11:21
right since moving tiles
11:21
for the mappers
Avatar
Jupstar ✪ 2024-10-27 11:21
Yeah
Avatar
KoG ships their server binary IIRC (edited)
Avatar
chillerdragon BOT 2024-10-27 11:21
on their website? i dont see it
11:22
@Evelyn: ask in kog discord i guess
Avatar
How to make a custom type?
Avatar
chillerdragon BOT 2024-10-27 11:23
which type do you want?
Avatar
Jupstar ✪ 2024-10-27 11:23
Step 1, learn cpp the next 12 months
Avatar
Like change TestDDR to something of your own
11:23
DDRace pls
Avatar
chillerdragon BOT 2024-10-27 11:24
you need to learn how to compile
11:24
then its just one line of code
Avatar
Avatar
Jupstar ✪
sv_test_cmds 0
Jupstar ✪ 2024-10-27 11:24
i already told you eve
Avatar
chillerdragon BOT 2024-10-27 11:24
DDraceNetwork, a free cooperative platformer game. Contribute to ddnet/ddnet development by creating an account on GitHub.
11:25
oh yea if you want to change it to ddrace do what jopsti said thats easy
Avatar
guys
11:25
can i know why there is no
Avatar
Jupstar ✪ 2024-10-27 11:25
no
🔥 2
Avatar
saudi arabia server ? "Arabic servers"
Avatar
Avatar
Danoo^^
saudi arabia server ? "Arabic servers"
Jupstar ✪ 2024-10-27 11:25
i guess player base too small
Avatar
there was bahrain server why it got deleted (edited)
Avatar
heinrich5991 2024-10-27 11:26
too few players, probably
Avatar
Jupstar ✪ 2024-10-27 11:26
maybe nobody donated
Avatar
Avatar
heinrich5991
too few players, probably
amm
11:26
like
11:26
there is players every day play on this server
Avatar
Jupstar ✪ 2024-10-27 11:27
It is still in the status list
11:27
maybe the server is simply down
11:27
@deen ping, is the Bahrain server down forever? (edited)
Avatar
Avatar
Jupstar ✪
maybe the server is simply down
oh ok
11:27
even they are not arab they play on it
11:27
i see every day
11:28
20 - 25 player
Avatar
Jupstar ✪ 2024-10-27 11:28
ok
11:28
else collect some money and donate a server from that region i guess
11:28
i dunno if deen would reject a donated vps
Avatar
Jupstar ✪ 2024-10-27 11:28
?
Avatar
i dont think they will donate xd
Avatar
Jupstar ✪ 2024-10-27 11:29
Well somebody gotta pay the bills
Avatar
Jupstar ✪ 2024-10-27 11:30
I am as serious as can be
Avatar
there is 22 euro
11:30
20 left
11:30
🦨
Avatar
Jupstar ✪ 2024-10-27 11:30
That is for what was already paid yet
11:30
But anyway
11:31
I just try to make you clear, if not enough players on these servers then it's expensive to keep them running
Avatar
yea yea
11:31
i got it
Avatar
chillerdragon BOT 2024-10-27 11:36
i am asking deen on almost a yearly basis if i can donate a game server he said no every time so far -.-
Replying to @Jupstar ✪ i dunno if deen would reject a donated vps
11:37
also ddnet persian happend because they were refused to host ddnet servers iirc
Avatar
Avatar
chillerdragon
i am asking deen on almost a yearly basis if i can donate a game server he said no every time so far -.-
Jupstar ✪ 2024-10-27 11:37
And money for a specific location neither?
11:37
I can understand if he doesn't want a vps controlled by you xD
Avatar
chillerdragon BOT 2024-10-27 11:38
yes if a new person gets access to the db thats always risk
11:38
if you can donate a vps without keeping access that should be smooth
Avatar
Jupstar ✪ 2024-10-27 11:38
yeah, give him money for a specific location
11:38
i don't want to see deens paypal history lmao
Avatar
heinrich5991 2024-10-27 11:38
also ddnet persian happend because they were refused to host ddnet servers iirc
that's not what happened IIRC
Avatar
chillerdragon BOT 2024-10-27 11:39
no?
Avatar
heinrich5991 2024-10-27 11:39
in what location do you want to see an additional ddnet server?
Avatar
chillerdragon BOT 2024-10-27 11:40
saudi arabia
Avatar
@Jupstar ✪ How to make type S-DDR
Avatar
Jupstar ✪ 2024-10-27 12:21
Never heard of that variant sry
Avatar
@Jupstar ✪
Avatar
Jupstar ✪ 2024-10-27 12:26
Eve
Avatar
how to remove voting for changing the card
12:27
map*
Avatar
Jupstar ✪ 2024-10-27 12:27
remove add_map_votes from cfg
Avatar
@Jupstar ✪ Can I run 1 more server with a different config?
Avatar
Jupstar ✪ 2024-10-27 12:43
you can easily run 10 servers
12:43
also depends how full your servers will be
Avatar
Then how can I run 2 servers simultaneously with different configs?
Avatar
Jupstar ✪ 2024-10-27 12:47
how do you start 1 server?
12:47
can you show me the command
Avatar
./DDNet-Server -f servercfg1.cfg
Avatar
Avatar
Evelyn
./DDNet-Server -f servercfg1.cfg
Jupstar ✪ 2024-10-27 12:54
And do you understand how you start a second server?
Avatar
Avatar
Jupstar ✪
to make your server run 24/7 you need to run the server detached. One simple way on linux is to use screen: sudo apt install screen then do screen -dm bash -c "./DDNet-Server -f myconfig.cfg"
Jupstar ✪ 2024-10-27 12:54
btw i told you how to start detatched
12:55
i think i helped enough, for the rest use google
12:56
you ask normal linux questions
12:56
i don't answer them
Avatar
chillerdragon BOT 2024-10-27 13:02
S-DDR is private. But it is a fork of the publicly available ddnet++ which is still pretty close https://github.com/DDNetPP/DDNetPP
Replying to @Evelyn Jupeyy_Keks How to make type S-DDR
Avatar
i need a bind that toggles my sensitivity from 100 to 350, and if i press it again its back to 100
Avatar
chillerdragon BOT 2024-10-27 13:29
toggle inp_mousesens 100 350
Avatar
thanks
Avatar
How do I do this part? Do I need to stand on edge of teleport, jump left and from there rehook and get speed to jump to the right?
Avatar
Avatar
6721
How do I do this part? Do I need to stand on edge of teleport, jump left and from there rehook and get speed to jump to the right?
edje hook in jump and get speed
14:03
no need for jump left
14:05
I was trying to do the jump left and rehook thing for like 20 minutes XD
Avatar
Did you nail it ? owo
Avatar
first try
14:10
greenthing
14:12
one part later:
14:12
frozen
Avatar
Baby aims are hard moderate maps!
🇨 2
🇦 2
🅿️ 2
14:16
Ok mugi go baby aim 1
14:16
10 0
Avatar
10 0 what
Avatar
10 0 don'tcry
14:17
im here
Avatar
Man now I have to stand up
Avatar
Kita-nyan :3 2024-10-27 14:41
i cant connect to RUS2 server. 'the server didn`t answer yet' (edited)
Avatar
@meloƞWhat statistics should be on the servers in order to create a separate tab for it? By type King of gores , TeeSports , fng. and so
Avatar
honey_8217 2024-10-27 15:13
Can someone help me? I need to find the angel wings gameskin
Avatar
Avatar
honey_8217
Can someone help me? I need to find the angel wings gameskin
Jupstar ✪ 2024-10-27 15:15
u got a screen from the skin?
Avatar
honey_8217 2024-10-27 15:15
yes wait
Avatar
Jupstar ✪ 2024-10-27 15:15
Here are all skins that are downloaded by the game: https://ddnet.org/skins/
Avatar
honey_8217 2024-10-27 15:16
it's a weapon skin
Avatar
Jupstar ✪ 2024-10-27 15:16
oh ok
Avatar
honey_8217 2024-10-27 15:17
It's not there
15:19
15:19
here the skin
Avatar
Avatar
honey_8217
Click to see attachment 🖼️
Jupstar ✪ 2024-10-27 15:23
@texnonik can you help him please
❤️ 3
Avatar
О техноник
15:32
@Jupstar ✪ How to fix this elcome to Ubuntu in UserLAnd! userland@localhost:~$ ssh root@87.120.165.65 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ED25519 key sent by the remote host is SHA256:m2SqkLk1e55q9U2xKUeJQJFGvUazMhEFJiWPhj/EA5A. Please contact your system administrator. Add correct host key in /home/userland/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /home/userland/.ssh/known_hosts:3 remove with: ssh-keygen -f "/home/userland/.ssh/known_hosts" -R "87.120.165.65" Host key for 87.120.165.65 has changed and you have requested strict checking. Host key verification failed.
Avatar
Avatar
Evelyn
@Jupstar ✪ How to fix this elcome to Ubuntu in UserLAnd! userland@localhost:~$ ssh root@87.120.165.65 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ED25519 key sent by the remote host is SHA256:m2SqkLk1e55q9U2xKUeJQJFGvUazMhEFJiWPhj/EA5A. Please contact your system administrator. Add correct host key in /home/userland/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /home/userland/.ssh/known_hosts:3 remove with: ssh-keygen -f "/home/userland/.ssh/known_hosts" -R "87.120.165.65" Host key for 87.120.165.65 has changed and you have requested strict checking. Host key verification failed.
Jupstar ✪ 2024-10-27 15:33
i dunno, did u reinstall the server?
Avatar
I reinstalled the OC but everything worked fine if anything
Avatar
Jupstar ✪ 2024-10-27 15:34
what is OC?
Avatar
Ubuntu 22.04
Avatar
Jupstar ✪ 2024-10-27 15:34
well delete the known hosts
15:34
then simply try again
15:34
delete /home/userland/.ssh/known_hosts
15:35
but honestly it's weird
15:35
did u install ubuntu on your desktop?
15:35
or did ssh inside the server?
Avatar
I reinstalled the operating system on a virtual machine about 5 hours ago , on a PC I could easily log in to ssh, but now this error is on the phone , and it is also on Termux
15:37
In any case, the server is working 🙂
15:37
15:38
How do I set the gores game type?
Avatar
Jupstar ✪ 2024-10-27 15:40
somewhere in code
15:40
just ask in #developer someone will answer
Avatar
@Jupstar ✪
16:15
How to make sure that maps for other servers are not visible for different servers
16:15
For example, on my block server, you can see the maps that are used for
Avatar
Hello I would like to know if it is possible to kinta fly with the dummy
Avatar
use copy moves without any other binds
Avatar
how to use rcon on trashmap server
17:37
where do I get password
17:38
oh I found out
Avatar
Avatar
IOTA
Hello I would like to know if it is possible to kinta fly with the dummy
u can do better than kinta
17:55
its called PsEuDo Fly 🪄
Avatar
okay i will train for this shit x)
17:59
thx
Avatar
how do i re create this fly? only did it on accident once
Avatar
Avatar
alter
how do i re create this fly? only did it on accident once
its just pseudo kinta
Avatar
ohh, i cant re do it tho because i cant pseudo :D
20:47
not that special fly
20:47
tho
Avatar
Koll Potato 2024-10-27 21:01
isnt that reverse pseudofly?
Avatar
how 2 clear chat
Exported 427 message(s)
Timezone: UTC+0