Skip to content

How do I host ArchiveBox on my local network? #811

Answered by pirate
Beck-sys asked this question in Q&A
Discussion options

You must be logged in to vote

https://github.com/ArchiveBox/ArchiveBox#-manual-setup > apt

sudo add-apt-repository -u ppa:archivebox/archivebox
sudo apt install archivebox

mkdir -p ~/archivebox && cd ~/archivebox
archivebox init --setup
archivebox server 0.0.0.0:9595

ip addr | grep 192.168 # find your LAN ip

Then visit the ip of your server:9595 from other computers on your network to access archivebox:
http://<your lan ip>:9595

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Beck-sys
Comment options

@Beck-sys
Comment options

Answer selected by pirate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants