Files
bitburner-src/markdown/bitburner.darknet.setstasislink.md
Michael Ficocelli 6073964768 DARKNET: Darkweb Expansion Project & Bitnode (#2139)
This is BN15. It is a really big change; see the PR for all the details.
2026-02-03 03:40:36 -08:00

1.5 KiB

Home > bitburner > Darknet > setStasisLink

Applies or removes a stasis link to the script's current server. This will allow you to connectToSession() or exec() to the server remotely, even if it is not directly connected to the server a script is running on. It also allows direct connection to the server via the terminal.

Stasis links also prevent the server from going offline or moving. It does not prevent other servers from moving or going offline, though, so it does not guarantee that the stasis link server will never lose connections to other servers.

There is a maximum of stasis links that can be applied globally, which can be seen using getStasisLinkLimit(). This limit can be increased by finding special augmentations in the deep darknet.

Signature:

setStasisLink(shouldLink?: boolean): Promise<DarknetResult>;

Parameters

Parameter

Type

Description

shouldLink

boolean

(Optional) true to apply a stasis link, false to remove it. Optional. Defaults to true.

Returns:

Promise<DarknetResult>

A promise that resolves to a DarknetResult object.

Remarks

RAM cost: 12 GB