Difference between revisions of "Public server"

From NetHackWiki
Jump to navigation Jump to search
(Undo revision 102682 by 81.159.18.89 (talk) Reverting mass text deletion)
Line 1: Line 1:
 +
A '''public server''' allows one to play [[NetHack]] or a [[variant]] in a shared space on the Internet where one can encounter other people's [[bones]] and see [[score]]s in the server's score list. Most [[NetHack]] servers usually also add some interface [[patch]]es and [[bug]] fixes; this list will not specify those. You may also choose to watch someone's game that is in progress. You can access a public server by using a [[telnet]] or SSH client such as [[PuTTY]].
 +
 
== List of public servers ==
 
== List of public servers ==
 
{| class="prettytable striped"
 
{| class="prettytable striped"
Line 74: Line 76:
 
* https://un.nethack.nu/wstty/ (web client)
 
* https://un.nethack.nu/wstty/ (web client)
 
* IRC: [irc://freenode/unnethack #unnethack on freenode]
 
* IRC: [irc://freenode/unnethack #unnethack on freenode]
|-
 
| [http://guis.es/ guis.es]
 
|
 
Bristol, United Kingdom
 
|
 
* [[UnNetHack]]
 
|
 
* [telnet://guis.es/ telnet guis.es] (EU)
 
 
|-
 
|-
 
| [http://nethack.veekun.com/ Cafe / Veekun NetHack]
 
| [http://nethack.veekun.com/ Cafe / Veekun NetHack]
Line 144: Line 138:
 
* [https://wopr.adelphos.org/ Websocket via browser]
 
* [https://wopr.adelphos.org/ Websocket via browser]
 
|}
 
|}
 +
 +
== Setting up your own server ==
 +
There are several ways to manage your public NetHack server, but the most common is to use [[dgamelaunch]], which manages user accounts and runs the NetHack processes in a [[chroot jail]] when a user telnets into the server.
 +
 +
For FreeBSD, there is a [http://jdc.parodius.com/freebsd/dgamelaunch_nethack.html work-in-progress document] describing how to set up a NetHack server with dgamelaunch, and also provides patches to make auto-login work with FreeBSD telnetd.
 +
 +
==PuTTY hints==
 +
Something to be aware of is that PuTTY (win32 telnet/ssh client) sets its TERM= as 'xterm'. This breaks a lot of things. It's best to change its advertised termcap capabilites to 'linux'.
 +
 +
By default, right-click pastes in PuTTY. This can easily lose your game if you accidentally right-click a window when you have a long piece of text on the clipboard. It's recommended that you go to Window -> Selection and change the selection from "Compromise" to "Windows" to disable this. Remember that unless you save your session settings, you have to set this option again every time you play.
 +
 +
==See also==
 +
* [[Private server]]
 +
{{noversion}}
 +
[[Category:Public servers| ]]

Revision as of 17:24, 5 May 2016

A public server allows one to play NetHack or a variant in a shared space on the Internet where one can encounter other people's bones and see scores in the server's score list. Most NetHack servers usually also add some interface patches and bug fixes; this list will not specify those. You may also choose to watch someone's game that is in progress. You can access a public server by using a telnet or SSH client such as PuTTY.

List of public servers

Server Location Games How to connect
nethack.alt.org (NAO) Virginia, United States (Amazon us-east-1c)
nethack.dank.ninja (NDN, formerly nethack.xd.cm, acehack.de) Falkenstein/Vogtl., Germany
hack.eotl.org Dallas, Texas, United States
feorar.org Frankfurt a.M., Germany
SLASH'EM@Pallas Falkenstein/Vogtl., Germany
em.slashem.me
un.nethack.nu

London, United Kingdom

Cafe / Veekun NetHack Dallas, Texas, United States
NetHack on Facebook Finland
  • NetHack
grunthack.org Virginia, United States
nethack4.org Bissen, Luxembourg
games.libreplanet.org Boston, Massachusetts, United States
nethack3dzllmbmo.onion Darknet
Public VMS / VAX Hack San Francisco, CA, United States
  • NetHack v3.6.0
  • Classic VMS / VAX Games

Setting up your own server

There are several ways to manage your public NetHack server, but the most common is to use dgamelaunch, which manages user accounts and runs the NetHack processes in a chroot jail when a user telnets into the server.

For FreeBSD, there is a work-in-progress document describing how to set up a NetHack server with dgamelaunch, and also provides patches to make auto-login work with FreeBSD telnetd.

PuTTY hints

Something to be aware of is that PuTTY (win32 telnet/ssh client) sets its TERM= as 'xterm'. This breaks a lot of things. It's best to change its advertised termcap capabilites to 'linux'.

By default, right-click pastes in PuTTY. This can easily lose your game if you accidentally right-click a window when you have a long piece of text on the clipboard. It's recommended that you go to Window -> Selection and change the selection from "Compromise" to "Windows" to disable this. Remember that unless you save your session settings, you have to set this option again every time you play.

See also