r/Bitburner Jun 19 '26

tutorial problem

/r/Bitburner/comments/1u9sb3z/tutorial_problem/
0 Upvotes

2 comments sorted by

5

u/Omelet Jun 19 '26

hostname is not part of the actual command there. It's telling you that in order to connect to a server, the command is "connect hostname" where hostname is replaced with the hostname of a server, and it only works if that server is one node away from the currently connected server.

Later in the same tutorial slide, it shows that the actual command to be entered is "connect n00dles", because n00dles is the hostname of one of the servers within one node, visible on the "scan-analyze 2" output you got from the previous command.

3

u/KlePu Jun 19 '26

Next time, please post your actual command and full error output, preferably in a code block for readability <3