Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
@Quineloe
`how do I declare someone admin on a server?`
Find the 'adminlist.txt' file (should be in the same directory as worlds_local directory). There you can add Steam Client/Account IDs.
@countgreen
`How can you reset the server/`
Stop the server, remove the world file(s) and then start again. Don't know the default path in Windows (I bet somewhere in AppData). Look for {WORLD_NAME}.db and {WORLD_NAME}.fwl files.
If you wish to reset the server with the same seed, only delete the DB file since the FWL file holds the seed. If you want to reset completely (with a new seed), obviously remove both the DB and FWL file(s).
I've two Valheim servers running (on machine w/ Debian tho):
```
root: ~ -> # netstat -tulpn | grep valheim
udp 0 0 0.0.0.0:2457 0.0.0.0:* 1643131/./valheimsrv_pc
udp 0 0 0.0.0.0:2460 0.0.0.0:* 1643574/./valheimsrv_bh
udp6 0 0 :::54755 :::* 1643131/./valheimsr_pc
udp6 0 0 :::50778 :::* 1643574/./valheimsr_bh
udp6 0 0 :::2456 :::* 1643131/./valheimsr_pc
udp6 0 0 :::2459 :::* 1643574/./valheimsr_bh
```
Only opened ports are 2456,2457 and 2459/2460 (UDP only). Works perfectly. The other ports shown here are random ports.
Your public IP address is likely not static, meaning the IP address of your self-hosted server may not stay the same all the time. If your router supports Dynamic-DNS, you could use one of the services it supports. That way, you can pick a name for your server like "PaulsServer.no-ip.com" and your router will keep No-IP.com updated with whatever your public IP address is. Most have a free version of the service you can use. The one I gave an example of, No-IP.com , will let you have a DNS name for free as long as you log in once a month to confirm that you are still using it.
Don't activate DMZ on your router unless you really need to. That option is a last resort if normal port forwarding does not work, and even then, try to get port forwarding to work before using DMZ. DMZ basically means the computer/server at the DMZ IP address is completely exposed to the internet, bypassing most of the router's firewall features and allowing any traffic on any port to default to that address. DMZ makes your server vulnerable.